Skip to content

Commit

Permalink
Merge pull request quarkusio#26846 from aloubyansky/make-kotlin-stable
Browse files Browse the repository at this point in the history
Change the quarkus-kotlin extension status to stable
  • Loading branch information
gsmet authored Jul 25, 2022
2 parents 15ffefc + 145f46f commit 1a3841b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/src/main/asciidoc/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using Kotlin

:extension-status: preview
include::./attributes.adoc[]

https://kotlinlang.org/[Kotlin] is a very popular programming language that targets the JVM (amongst other environments). Kotlin has experienced a surge in popularity the last few years making it the most popular JVM language, except for Java of course.

Quarkus provides first class support for using Kotlin as will be explained in this guide.

include::{includes}/extension-status.adoc[]

== Prerequisites

include::{includes}/prerequisites.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
guide: "https://quarkus.io/guides/kotlin"
categories:
- "alt-languages"
status: "preview"
status: "stable"
codestart:
name: "kotlin"
kind: "core"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
guide: "https://quarkus.io/guides/hibernate-orm-panache-kotlin"
categories:
- "data"
status: "experimental"
status: "stable"
config:
- "quarkus.datasource."
- "quarkus.hibernate-orm."
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
categories:
- "web"
- "reactive"
status: "experimental"
status: "stable"
codestart:
name: "resteasy-reactive"
languages:
Expand Down

0 comments on commit 1a3841b

Please sign in to comment.