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

commit f27915d2a1a4a4e967d615eb65d40cbe522003f5
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Nov 2 09:28:19 2025 +0100

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/sql.json  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
index 7aaa0c816c9..264f4fa2765 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sql.json
@@ -44,7 +44,8 @@
     "CamelSqlGeneratedColumns": { "index": 4, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"String[] or int[]", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Set it to specify the expected 
generated columns", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_COLUMNS" },
     "CamelSqlGeneratedKeysRowCount": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The number of rows in the header that 
contains generated keys.", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_KEYS_ROW_COUNT" },
     "CamelSqlGeneratedKeyRows": { "index": 6, "kind": "header", "displayName": 
"", "group": "producer", "label": "producer", "required": false, "javaType": 
"List<Map<String, Object>>", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Rows that contains the 
generated keys (a list of maps of keys).", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_GENERATED_KEYS_DATA" },
-    "CamelSqlParameters": { "index": 7, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"Iterator", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The SQL parameters when using the option 
useMessageBodyForSql", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_PARAMETERS" }
+    "CamelSqlParameters": { "index": 7, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"Iterator", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The SQL parameters when using the option 
useMessageBodyForSql", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_PARAMETERS" },
+    "CamelSqlDataSource": { "index": 8, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"javax.sql.DataSource", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "To use a specific 
DataSource to operate on another database than the pre configured DataSource on 
the component", "constantName": 
"org.apache.camel.component.sql.SqlConstants#SQL_DATA_SOURCE" }
   },
   "properties": {
     "query": { "index": 0, "kind": "path", "displayName": "Query", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "supportFileReference": true, "largeInput": true, 
"inputLanguage": "sql", "description": "Sets the SQL query to perform. You can 
externalize the query by using file: or classpath: as prefix and specify the 
location of the file." },

Reply via email to