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 87e746560ee Regen
87e746560ee is described below
commit 87e746560ee52fe3328c9eee37021caa278b7828
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 11 19:46:11 2023 +0100
Regen
---
.../resources/org/apache/camel/catalog/others.properties | 2 ++
.../org/apache/camel/catalog/others/componentdsl.json | 15 +++++++++++++++
.../org/apache/camel/catalog/others/endpointdsl.json | 15 +++++++++++++++
3 files changed, 32 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 804120d3278..732ed3a10e2 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -5,12 +5,14 @@ cli-connector
cloud
cloudevents
cluster
+componentdsl
console
csimple-joor
debug
dsl-modeline
dsl-support
elytron
+endpointdsl
groovy-dsl
headersmap
health
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
new file mode 100644
index 00000000000..3799e772735
--- /dev/null
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
@@ -0,0 +1,15 @@
+{
+ "other": {
+ "kind": "other",
+ "name": "componentdsl",
+ "title": "Java Component DSL",
+ "description": "The Camel Component DSL",
+ "deprecated": false,
+ "firstVersion": "3.1.0",
+ "label": "dsl",
+ "supportLevel": "Stable",
+ "groupId": "org.apache.camel",
+ "artifactId": "camel-componentdsl",
+ "version": "4.0.0-SNAPSHOT"
+ }
+}
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
new file mode 100644
index 00000000000..cea1951ad69
--- /dev/null
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
@@ -0,0 +1,15 @@
+{
+ "other": {
+ "kind": "other",
+ "name": "endpointdsl",
+ "title": "Java Endpoint DSL",
+ "description": "The Camel Endpoint DSL",
+ "deprecated": false,
+ "firstVersion": "3.0.0",
+ "label": "dsl",
+ "supportLevel": "Stable",
+ "groupId": "org.apache.camel",
+ "artifactId": "camel-endpointdsl",
+ "version": "4.0.0-SNAPSHOT"
+ }
+}