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 2541242a09b Regen
2541242a09b is described below
commit 2541242a09b137ffcf144d2fbd5cc9831e5347bd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 28 09:02:51 2026 +0200
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/datasource.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 f3b3e89502a..5bedc15f3a7 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
@@ -7,6 +7,7 @@ browse
circuit-breaker
consumer
context
+datasource
debug
endpoint
errors
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
new file mode 100644
index 00000000000..2db7b448370
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/datasource.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "datasource",
+ "title": "DataSource",
+ "description": "Displays DataSource connection pool metrics",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.DataSourceDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.21.0-SNAPSHOT"
+ }
+}
+