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 65fc5a94123 Regen
65fc5a94123 is described below

commit 65fc5a9412362c2769bb5ce7924f1c8d1ce62c5b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 10 17:13:15 2024 +0200

    Regen
---
 .../camel/springboot/catalog/dev-consoles.properties      |  1 +
 .../camel/springboot/catalog/dev-consoles/receive.json    | 15 +++++++++++++++
 tooling/camel-spring-boot-dependencies/pom.xml            |  4 ++--
 3 files changed, 18 insertions(+), 2 deletions(-)

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 5e480c7d48c..3425270b906 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
@@ -25,6 +25,7 @@ micrometer
 platform-http
 properties
 quartz
+receive
 reload
 resilience4j
 rest
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/receive.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/receive.json
new file mode 100644
index 00000000000..d0c2836440e
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/receive.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "receive",
+    "title": "Camel Receive",
+    "description": "Consume messages from endpoints",
+    "deprecated": false,
+    "javaType": "org.apache.camel.impl.console.ReceiveDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-console-starter",
+    "version": "4.9.0-SNAPSHOT"
+  }
+}
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 40594b6f662..204d33a71be 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4470,12 +4470,12 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.15.3</version>
+        <version>1.15.4</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy-agent</artifactId>
-        <version>1.15.3</version>
+        <version>1.15.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>

Reply via email to