Skip to content

Commit

Permalink
Change the quarkus-kotlin extension status to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Jul 20, 2022
1 parent d3b6187 commit 145f46f
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 145f46f

Please sign in to comment.