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

commit a6b4f15e89fea9b1495e4227bd58b3d9549e9c24
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 29 07:57:09 2026 +0200

    Regen
---
 .../camel/springboot/catalog/dev-consoles.properties      |  1 +
 .../camel/springboot/catalog/dev-consoles/sql-query.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 5bedc15f3a7..58374c6415d 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
@@ -52,6 +52,7 @@ service
 sftp
 simple-language
 source
+sql-query
 startup-recorder
 stub
 system-properties
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
new file mode 100644
index 00000000000..d157ad57430
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/sql-query.json
@@ -0,0 +1,15 @@
+{
+  "console": {
+    "kind": "console",
+    "group": "camel",
+    "name": "sql-query",
+    "title": "SQL Query",
+    "description": "Execute SQL queries on DataSource beans",
+    "deprecated": false,
+    "javaType": "org.apache.camel.impl.console.SqlQueryDevConsole",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-console-starter",
+    "version": "4.21.0-SNAPSHOT"
+  }
+}
+

Reply via email to