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 00066e98c24 Regen
00066e98c24 is described below
commit 00066e98c2490a2538ee6c6cd8c2ebaffa1ee891
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 6 21:09:28 2025 +0100
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../catalog/dev-consoles/system-properties.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 f64c05caefa..bd9e44884d4 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
@@ -39,6 +39,7 @@ sftp
source
startup-recorder
stub
+system-properties
thread
top
trace
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/system-properties.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/system-properties.json
new file mode 100644
index 00000000000..7c98c4163a8
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/system-properties.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "system-properties",
+ "title": "System Properties",
+ "description": "Displays Java System Properties",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.SystemPropertiesDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.11.0-SNAPSHOT"
+ }
+}
+