This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 906b6e6  Regen for commit 38318a8ca8ffdafed3dfeefea1bfb29987555522
906b6e6 is described below

commit 906b6e6d8c84798030b8cc471d03e4bdf91846c6
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Thu Apr 8 09:40:42 2021 +0000

    Regen for commit 38318a8ca8ffdafed3dfeefea1bfb29987555522
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../resources/org/apache/camel/catalog/components/sql-stored.json      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql-stored.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql-stored.json
index c38c661..1c8fd71 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql-stored.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql-stored.json
@@ -34,6 +34,7 @@
     "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
     "noop": { "kind": "parameter", "displayName": "Noop", "group": "producer", 
"label": "", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If set, will ignore the results of the template and use 
the existing IN message as the OUT message for the continuation of processing" 
},
     "outputHeader": { "kind": "parameter", "displayName": "Output Header", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Store the template result in a header instead 
of the message body. By default, outputHeader == null and the template result 
is stored in the message body, any existing content in the message body is 
discarded. If outputHeader is set, the va [...]
-    "useMessageBodyForTemplate": { "kind": "parameter", "displayName": "Use 
Message Body For Template", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use the message body as the template and then headers for 
parameters. If this option is enabled then the template in the uri is not 
used." }
+    "useMessageBodyForTemplate": { "kind": "parameter", "displayName": "Use 
Message Body For Template", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use the message body as the template and then headers for 
parameters. If this option is enabled then the template in the uri is not 
used." },
+    "templateOptions": { "kind": "parameter", "displayName": "Template 
Options", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "java.util.Map<java.lang.String, java.lang.Object>", 
"prefix": "template.", "multiValue": true, "deprecated": false, "autowired": 
false, "secret": false, "description": "Configures the Spring JdbcTemplate with 
the key\/values from the Map" }
   }
 }

Reply via email to