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 623efcb Regen
623efcb is described below
commit 623efcbf9ee9e0e534ec4ed4c7d65ec56fe73de3
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 27 09:27:36 2022 +0100
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 c79b991..83dee71 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
@@ -16,4 +16,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 0000000..efbd056
--- /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.15.0-SNAPSHOT"
+ }
+}