You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/25 12:17:32 UTC

[camel] branch main updated: groovy/js/kotlin DSL is experimental support level

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 fdd5f19  groovy/js/kotlin DSL is experimental support level
fdd5f19 is described below

commit fdd5f19f3194e05108b078e25164dda39daab056
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Dec 25 13:17:00 2021 +0100

    groovy/js/kotlin DSL is experimental support level
---
 dsl/camel-groovy-dsl/camel-groovy-dsl/pom.xml | 1 +
 dsl/camel-js-dsl/pom.xml                      | 1 +
 dsl/camel-kotlin-dsl/pom.xml                  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dsl/camel-groovy-dsl/camel-groovy-dsl/pom.xml b/dsl/camel-groovy-dsl/camel-groovy-dsl/pom.xml
index 7c7339a..e4fe230 100644
--- a/dsl/camel-groovy-dsl/camel-groovy-dsl/pom.xml
+++ b/dsl/camel-groovy-dsl/camel-groovy-dsl/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
         <firstVersion>3.9.0</firstVersion>
+        <supportLevel>Experimental</supportLevel>
         <sourcecheckExcludes>
             **/resources/**/My*.java
         </sourcecheckExcludes>
diff --git a/dsl/camel-js-dsl/pom.xml b/dsl/camel-js-dsl/pom.xml
index 0516800..fca4995 100644
--- a/dsl/camel-js-dsl/pom.xml
+++ b/dsl/camel-js-dsl/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
         <firstVersion>3.9.0</firstVersion>
+        <supportLevel>Experimental</supportLevel>
         <sourcecheckExcludes>
             **/resources/**/My*.java
         </sourcecheckExcludes>
diff --git a/dsl/camel-kotlin-dsl/pom.xml b/dsl/camel-kotlin-dsl/pom.xml
index a75992f..63b5bd7 100644
--- a/dsl/camel-kotlin-dsl/pom.xml
+++ b/dsl/camel-kotlin-dsl/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
         <firstVersion>3.9.0</firstVersion>
+        <supportLevel>Experimental</supportLevel>
         <sourcecheckExcludes>
             **/resources/**/My*.java
         </sourcecheckExcludes>