This is an automated email from the ASF dual-hosted git repository.
acosentino 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 78a7dccddf5 Regen for commit 7b5426af654a04744458d82f3758f5e4e0902097
78a7dccddf5 is described below
commit 78a7dccddf58a3ef96c6b8e37aae9ced3dd96b4e
Author: oscerd <[email protected]>
AuthorDate: Thu Mar 30 07:20:05 2023 +0000
Regen for commit 7b5426af654a04744458d82f3758f5e4e0902097
Signed-off-by: GitHub <[email protected]>
---
.../resources/org/apache/camel/catalog/others.properties | 1 +
.../org/apache/camel/catalog/others/componentdsl.json | 15 +++++++++++++++
2 files changed, 16 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 2377361ba4b..ae3a8d69eeb 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,6 +4,7 @@ cli-connector
cloud
cloudevents
cluster
+componentdsl
console
csimple-joor
debug
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"
+ }
+}