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-karaf.git
The following commit(s) were added to refs/heads/main by this push: new 9935a633 Regen 9935a633 is described below commit 9935a63386d6bc23b36b73b70aa97cf7ff60ebc8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jun 19 09:36:54 2022 +0200 Regen --- .../org/apache/camel/catalog/karaf/others.properties | 1 + .../org/apache/camel/catalog/karaf/others/yaml-dsl.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties index b1e9bcaf..964618e9 100644 --- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties +++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties @@ -14,4 +14,5 @@ shiro swagger-java test-spring tracing +yaml-dsl zipkin diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json new file mode 100644 index 00000000..71c37e6a --- /dev/null +++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "yaml-dsl", + "title": "YAML DSL", + "description": "Camel DSL with YAML", + "deprecated": false, + "firstVersion": "3.9.0", + "label": "dsl", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-yaml-dsl", + "version": "3.18.0-SNAPSHOT" + } +}