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 92143ec88ae Regen
92143ec88ae is described below

commit 92143ec88ae41742172a37eb55045e393b2fc05a
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Oct 28 07:56:48 2025 +0100

    Regen
---
 .../camel/springboot/catalog/dev-consoles.properties      |  1 +
 .../springboot/catalog/dev-consoles/route-structure.json  | 15 +++++++++++++++
 tooling/camel-spring-boot-dependencies/pom.xml            |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

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 cb0e748f32b..2f8b5ae7e8b 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
@@ -37,6 +37,7 @@ route
 route-controller
 route-dump
 route-group
+route-structure
 send
 service
 sftp
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-structure.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-structure.json
new file mode 100644
index 00000000000..ee23a1bfc05
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/route-structure.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "route-structure",
+    "title": "Route Structure",
+    "description": "Dump route structure",
+    "deprecated": false,
+    "javaType": "org.apache.camel.impl.console.RouteStructureDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-console-starter",
+    "version": "4.16.0-SNAPSHOT"
+  }
+}
+
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 135b3255360..0baf8426728 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4692,7 +4692,7 @@
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>
         <artifactId>maven-plugin-annotations</artifactId>
-        <version>3.15.1</version>
+        <version>3.15.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to