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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 50d29b49a1a Regen
50d29b49a1a is described below

commit 50d29b49a1af4d874c1095d251a3f6f9451fb50f
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 14 07:13:50 2025 +0100

    Regen
---
 .../camel/springboot/catalog/dev-consoles.properties      |  1 +
 .../camel/springboot/catalog/dev-consoles/send.json       | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
index fdb6e218736..a1e646935c2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties
@@ -33,6 +33,7 @@ rest
 route
 route-controller
 route-dump
+send
 service
 source
 startup-recorder
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/send.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/send.json
new file mode 100644
index 00000000000..4499c9e8641
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/send.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "send",
+    "title": "Camel Send",
+    "description": "Send messages to endpoints",
+    "deprecated": false,
+    "javaType": "org.apache.camel.impl.console.SendDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-console-starter",
+    "version": "4.10.0-SNAPSHOT"
+  }
+}
+

Reply via email to