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 5cb35657998 Regen
5cb35657998 is described below
commit 5cb35657998fc4674fd7a474aadc84f265326bc6
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 4 15:05:44 2025 +0200
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/processor.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 b132224993f..523daf38075 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
@@ -26,6 +26,7 @@ log
memory
micrometer
platform-http
+processor
properties
quartz
receive
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor.json
new file mode 100644
index 00000000000..d590b05e757
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/processor.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "processor",
+ "title": "Processor",
+ "description": "Processor information",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.ProcessorDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.14.0-SNAPSHOT"
+ }
+}
+