This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 773a421291f CAMEL-20885 - deprecate Kotlin
773a421291f is described below

commit 773a421291fb72383294949ff69099a1264e9d32
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jul 1 21:50:53 2024 +0200

    CAMEL-20885 - deprecate Kotlin
---
 .../resources/org/apache/camel/catalog/others/kotlin-api.json      | 4 ++--
 .../resources/org/apache/camel/catalog/others/kotlin-dsl.json      | 4 ++--
 dsl/camel-kotlin-api/pom.xml                                       | 4 ++--
 .../resources/META-INF/services/org/apache/camel/other.properties  | 4 ++--
 dsl/camel-kotlin-api/src/generated/resources/kotlin-api.json       | 4 ++--
 dsl/camel-kotlin-api/src/main/docs/kotlin-api.adoc                 | 7 ++++---
 dsl/camel-kotlin-dsl/pom.xml                                       | 4 ++--
 .../resources/META-INF/services/org/apache/camel/other.properties  | 4 ++--
 dsl/camel-kotlin-dsl/src/generated/resources/kotlin-dsl.json       | 4 ++--
 dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc                 | 7 ++++---
 10 files changed, 24 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-api.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-api.json
index 1200b6be992..40f4a09e525 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-api.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-api.json
@@ -3,8 +3,8 @@
     "kind": "other",
     "name": "kotlin-api",
     "title": "Kotlin API",
-    "description": "Camel Kotlin API (Deprecated)",
-    "deprecated": false,
+    "description": "Camel Kotlin API (deprecated)",
+    "deprecated": true,
     "firstVersion": "4.4.0",
     "label": "dsl",
     "supportLevel": "Experimental",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-dsl.json
index 4d77f25a936..7485c69f931 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-dsl.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/kotlin-dsl.json
@@ -3,8 +3,8 @@
     "kind": "other",
     "name": "kotlin-dsl",
     "title": "Kotlin DSL",
-    "description": "Camel DSL with Kotlin (Deprecated)",
-    "deprecated": false,
+    "description": "Camel DSL with Kotlin (deprecated)",
+    "deprecated": true,
     "firstVersion": "3.9.0",
     "label": "dsl",
     "supportLevel": "Experimental",
diff --git a/dsl/camel-kotlin-api/pom.xml b/dsl/camel-kotlin-api/pom.xml
index d79a7aa406f..5f34cdd8edd 100644
--- a/dsl/camel-kotlin-api/pom.xml
+++ b/dsl/camel-kotlin-api/pom.xml
@@ -29,8 +29,8 @@
 
     <artifactId>camel-kotlin-api</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Kotlin API (Deprecated)</name>
-    <description>Camel Kotlin API (Deprecated)</description>
+    <name>Camel :: Kotlin API (deprecated)</name>
+    <description>Camel Kotlin API (deprecated)</description>
 
     <properties>
         <firstVersion>4.4.0</firstVersion>
diff --git 
a/dsl/camel-kotlin-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/dsl/camel-kotlin-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index ac35b8c05c6..2bcc2b79cba 100644
--- 
a/dsl/camel-kotlin-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ 
b/dsl/camel-kotlin-api/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,5 +3,5 @@ name=kotlin-api
 groupId=org.apache.camel
 artifactId=camel-kotlin-api
 version=4.7.0-SNAPSHOT
-projectName=Camel :: Kotlin API (Deprecated)
-projectDescription=Camel Kotlin API (Deprecated)
+projectName=Camel :: Kotlin API (deprecated)
+projectDescription=Camel Kotlin API (deprecated)
diff --git a/dsl/camel-kotlin-api/src/generated/resources/kotlin-api.json 
b/dsl/camel-kotlin-api/src/generated/resources/kotlin-api.json
index 1200b6be992..40f4a09e525 100644
--- a/dsl/camel-kotlin-api/src/generated/resources/kotlin-api.json
+++ b/dsl/camel-kotlin-api/src/generated/resources/kotlin-api.json
@@ -3,8 +3,8 @@
     "kind": "other",
     "name": "kotlin-api",
     "title": "Kotlin API",
-    "description": "Camel Kotlin API (Deprecated)",
-    "deprecated": false,
+    "description": "Camel Kotlin API (deprecated)",
+    "deprecated": true,
     "firstVersion": "4.4.0",
     "label": "dsl",
     "supportLevel": "Experimental",
diff --git a/dsl/camel-kotlin-api/src/main/docs/kotlin-api.adoc 
b/dsl/camel-kotlin-api/src/main/docs/kotlin-api.adoc
index 13c22a0bcf2..065914dfb76 100644
--- a/dsl/camel-kotlin-api/src/main/docs/kotlin-api.adoc
+++ b/dsl/camel-kotlin-api/src/main/docs/kotlin-api.adoc
@@ -1,10 +1,11 @@
-= Kotlin API Component
+= Kotlin API Component (deprecated)
 :doctitle: Kotlin API
 :shortname: kotlin-api
 :artifactid: camel-kotlin-api
-:description: Camel Kotlin API (Deprecated)
+:description: Camel Kotlin API (deprecated)
 :since: 4.4
-:supportlevel: Experimental
+:supportlevel: Experimental-deprecated
+:deprecated: *deprecated*
 :tabs-sync-option:
 //Manually maintained attributes
 :group: DSL
diff --git a/dsl/camel-kotlin-dsl/pom.xml b/dsl/camel-kotlin-dsl/pom.xml
index a41451260dd..3957b62e315 100644
--- a/dsl/camel-kotlin-dsl/pom.xml
+++ b/dsl/camel-kotlin-dsl/pom.xml
@@ -29,8 +29,8 @@
 
     <artifactId>camel-kotlin-dsl</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Kotlin DSL (Deprecated)</name>
-    <description>Camel DSL with Kotlin (Deprecated)</description>
+    <name>Camel :: Kotlin DSL (deprecated)</name>
+    <description>Camel DSL with Kotlin (deprecated)</description>
 
     <properties>
         <firstVersion>3.9.0</firstVersion>
diff --git 
a/dsl/camel-kotlin-dsl/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/dsl/camel-kotlin-dsl/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 0a2e229c343..faa99b961d0 100644
--- 
a/dsl/camel-kotlin-dsl/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ 
b/dsl/camel-kotlin-dsl/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -3,6 +3,6 @@ name=kotlin-dsl
 groupId=org.apache.camel
 artifactId=camel-kotlin-dsl
 version=4.7.0-SNAPSHOT
-projectName=Camel :: Kotlin DSL (Deprecated)
-projectDescription=Camel DSL with Kotlin (Deprecated)
+projectName=Camel :: Kotlin DSL (deprecated)
+projectDescription=Camel DSL with Kotlin (deprecated)
 annotations=routes.language=kotlin
diff --git a/dsl/camel-kotlin-dsl/src/generated/resources/kotlin-dsl.json 
b/dsl/camel-kotlin-dsl/src/generated/resources/kotlin-dsl.json
index 4d77f25a936..7485c69f931 100644
--- a/dsl/camel-kotlin-dsl/src/generated/resources/kotlin-dsl.json
+++ b/dsl/camel-kotlin-dsl/src/generated/resources/kotlin-dsl.json
@@ -3,8 +3,8 @@
     "kind": "other",
     "name": "kotlin-dsl",
     "title": "Kotlin DSL",
-    "description": "Camel DSL with Kotlin (Deprecated)",
-    "deprecated": false,
+    "description": "Camel DSL with Kotlin (deprecated)",
+    "deprecated": true,
     "firstVersion": "3.9.0",
     "label": "dsl",
     "supportLevel": "Experimental",
diff --git a/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc 
b/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
index bf9f4a6f42b..897e2a38256 100644
--- a/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
+++ b/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
@@ -1,10 +1,11 @@
-= Kotlin DSL Component
+= Kotlin DSL Component (deprecated)
 :doctitle: Kotlin DSL
 :shortname: kotlin-dsl
 :artifactid: camel-kotlin-dsl
-:description: Camel DSL with Kotlin (Deprecated)
+:description: Camel DSL with Kotlin (deprecated)
 :since: 3.9
-:supportlevel: Experimental
+:supportlevel: Experimental-deprecated
+:deprecated: *deprecated*
 :tabs-sync-option:
 //Manually maintained attributes
 :group: DSL

Reply via email to