This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 6260a4231d Deprecate kotlin extension #6444 6260a4231d is described below commit 6260a4231d4f922ebcd476527e1b452fc8f10d41 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Sep 10 08:22:47 2024 +0100 Deprecate kotlin extension #6444 --- docs/modules/ROOT/pages/reference/extensions/kotlin.adoc | 6 +++--- extensions/kotlin/runtime/pom.xml | 1 + .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/kotlin.adoc b/docs/modules/ROOT/pages/reference/extensions/kotlin.adoc index 72864374c7..66b25bc0ba 100644 --- a/docs/modules/ROOT/pages/reference/extensions/kotlin.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/kotlin.adoc @@ -7,15 +7,15 @@ :cq-artifact-id: camel-quarkus-kotlin :cq-native-supported: true :cq-status: Stable -:cq-status-deprecation: Stable +:cq-status-deprecation: Stable Deprecated :cq-description: Write Camel integration routes in Kotlin -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## +[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Write Camel integration routes in Kotlin diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml index 7c6aa5d5a6..91888db20e 100644 --- a/extensions/kotlin/runtime/pom.xml +++ b/extensions/kotlin/runtime/pom.xml @@ -32,6 +32,7 @@ <properties> <camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince> <camel.quarkus.nativeSince>1.0.0</camel.quarkus.nativeSince> + <quarkus.metadata.deprecated>true</quarkus.metadata.deprecated> </properties> <dependencies> diff --git a/extensions/kotlin/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/kotlin/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 8fdceb2230..04fa2e6311 100644 --- a/extensions/kotlin/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/kotlin/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -30,3 +30,4 @@ metadata: - "integration" status: - "stable" + - "deprecated" \ No newline at end of file