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 0a94f3053b9 Regen
0a94f3053b9 is described below
commit 0a94f3053b9c952234eb57d66c249d98f81c36dd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Mar 11 13:51:19 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 93254bd6ecd..1b55e098314 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
@@ -4,12 +4,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"
+ }
+}