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 2022/11/20 07:31:37 UTC

[camel-spring-boot] branch main updated: CAMEL-18718: camel-javascript

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 c740575d4d9 CAMEL-18718: camel-javascript
c740575d4d9 is described below

commit c740575d4d9c7b6dfdb196c7e3c263ce568599a6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 20 08:31:28 2022 +0100

    CAMEL-18718: camel-javascript
---
 .../resources/org/apache/camel/springboot/catalog/languages/js.json     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/js.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/js.json
index ea763bf2112..c9ea615f6b7 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/js.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/js.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.20.0",
     "label": "language,javascript",
     "javaType": "org.apache.camel.language.js.JavaScriptLanguage",
-    "supportLevel": "Experimental",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel.springboot",
     "artifactId": "camel-javascript-starter",
     "version": "3.20.0-SNAPSHOT",