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 000a5b5faff Regen
000a5b5faff is described below
commit 000a5b5faffdbc7d5fee5907ad2607a830289813
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 1 07:06:09 2026 +0200
Regen
---
.../camel/springboot/catalog/dev-consoles.properties | 1 +
.../camel/springboot/catalog/dev-consoles/sql-trace.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 58374c6415d..c15b6f1c4d1 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
@@ -53,6 +53,7 @@ sftp
simple-language
source
sql-query
+sql-trace
startup-recorder
stub
system-properties
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
new file mode 100644
index 00000000000..ec23625e65f
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-trace.json
@@ -0,0 +1,15 @@
+{
+ "console": {
+ "kind": "console",
+ "group": "camel",
+ "name": "sql-trace",
+ "title": "SQL Trace",
+ "description": "Trace SQL query executions",
+ "deprecated": false,
+ "javaType": "org.apache.camel.impl.console.SqlTraceDevConsole",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-console-starter",
+ "version": "4.21.0-SNAPSHOT"
+ }
+}
+