Skip to content

Commit

Permalink
Deprecate kotlin extension #6444
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 10, 2024
1 parent c467eb8 commit 6260a42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions extensions/kotlin/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ metadata:
- "integration"
status:
- "stable"
- "deprecated"

0 comments on commit 6260a42

Please sign in to comment.