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-spring-boot.git


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

commit 3e4d4127928756bda42f78d822045ef4e2e4f29d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jul 1 21:52:42 2024 +0200

    CAMEL-20885 - deprecate Kotlin
---
 .../org/apache/camel/springboot/catalog/others/kotlin-api.json        | 4 ++--
 .../org/apache/camel/springboot/catalog/others/kotlin-dsl.json        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-api.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-api.json
index db6651e6e32..090922383d8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-api.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/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-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-dsl.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-dsl.json
index b5c23522e99..cead3cc5f12 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/kotlin-dsl.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/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",

Reply via email to