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 2f407251bea Regen for commit 305f2ae2c676ed7f8b2701647f7170f63a7b50e5
2f407251bea is described below

commit 2f407251beaf28f203fcae7987bc29dd28f593bd
Author: orpiske <orpi...@users.noreply.github.com>
AuthorDate: Mon Jan 16 16:23:23 2023 +0000

    Regen for commit 305f2ae2c676ed7f8b2701647f7170f63a7b50e5
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../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"
+  }
+}

Reply via email to