Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the quarkus-kotlin extension status to stable #26846

Merged
merged 1 commit into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also remove include::{includes}/extension-status.adoc[] a few lines below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gsmet I see you asked the same in #26709. There is a nice message when the extension status is stable, what's the reason behind removing it?

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gastaldi we always only included the note in non-stable extensions so I want us to stay consistent.

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