This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 2832d8e Regen for commit 8d4714d4b9cca87c947b8dd3813ab5c556583db5
2832d8e is described below
commit 2832d8e00cbccc7a978690400ddebd66ec0be895
Author: davsclaus <[email protected]>
AuthorDate: Fri Jun 18 11:24:09 2021 +0000
Regen for commit 8d4714d4b9cca87c947b8dd3813ab5c556583db5
Signed-off-by: GitHub <[email protected]>
---
.../resources/org/apache/camel/catalog/components/elsql.json | 4 ++--
.../generated/resources/org/apache/camel/catalog/components/sql.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elsql.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elsql.json
index 47f6ae5..a6e219a 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elsql.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elsql.json
@@ -23,7 +23,7 @@
},
"componentProperties": {
"databaseVendor": { "kind": "property", "displayName": "Database Vendor",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.elsql.ElSqlDatabaseVendor", "enum": [
"Default", "Postgres", "HSql", "MySql", "Oracle", "SqlServer2008", "Veritca" ],
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a vendor specific com.opengamma.elsql.ElSqlConfig" },
- "dataSource": { "kind": "property", "displayName": "Data Source", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret":
false, "description": "Sets the DataSource to use to communicate with the
database." },
+ "dataSource": { "kind": "property", "displayName": "Data Source", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"javax.sql.DataSource", "deprecated": false, "autowired": true, "secret":
false, "description": "Sets the DataSource to use to communicate with the
database." },
"resourceUri": { "kind": "property", "displayName": "Resource Uri",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "The resource file which contains the elsql SQL
statements to use. You can specify multiple resources separated by comma. The
resources are loaded on the classpath by default, you can prefix with file: to
load from file system. Notice you can set [...]
"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Allows for bridging the
consumer to the Camel routing Error Handler, which mean any exceptions occurred
while the consumer is trying to pickup incoming messages, or the likes, will
now be processed as a me [...]
"lazyStartProducer": { "kind": "property", "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 star [...]
@@ -35,7 +35,7 @@
"resourceUri": { "kind": "path", "displayName": "Resource Uri", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "The resource file which contains the elsql SQL statements to
use. You can specify multiple resources separated by comma. The resources are
loaded on the classpath by default, you can prefix with file: to load from file
system. Notice you can set thi [...]
"allowNamedParameters": { "kind": "parameter", "displayName": "Allow Named
Parameters", "group": "common", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether to allow using
named parameters in the queries." },
"databaseVendor": { "kind": "parameter", "displayName": "Database Vendor",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.elsql.ElSqlDatabaseVendor", "enum": [
"Default", "Postgres", "HSql", "MySql", "Oracle", "SqlServer2008", "Veritca" ],
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a vendor specific com.opengamma.elsql.ElSqlConfig" },
- "dataSource": { "kind": "parameter", "displayName": "Data Source",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the DataSource to use to communicate with
the database at endpoint level." },
+ "dataSource": { "kind": "parameter", "displayName": "Data Source",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "javax.sql.DataSource", "deprecated": false, "deprecationNote": "",
"autowired": true, "secret": false, "description": "Sets the DataSource to use
to communicate with the database at endpoint level." },
"outputClass": { "kind": "parameter", "displayName": "Output Class",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Specify the full package and class name to use
as conversion when outputType=SelectOne." },
"outputHeader": { "kind": "parameter", "displayName": "Output Header",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Store the query result in a header instead of
the message body. By default, outputHeader == null and the query result is
stored in the message body, any existing content in the message body is
discarded. If outputHeader is set, the value is u [...]
"outputType": { "kind": "parameter", "displayName": "Output Type",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.sql.SqlOutputType", "enum": [
"SelectOne", "SelectList", "StreamList" ], "deprecated": false, "autowired":
false, "secret": false, "defaultValue": "SelectList", "description": "Make the
output of consumer or producer to SelectList as List of Map, or SelectOne as
single Java object in the following way: a) If th [...]
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql.json
index 3b9e04d..c572851 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sql.json
@@ -22,7 +22,7 @@
"lenientProperties": false
},
"componentProperties": {
- "dataSource": { "kind": "property", "displayName": "Data Source", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"javax.sql.DataSource", "deprecated": false, "autowired": false, "secret":
false, "description": "Sets the DataSource to use to communicate with the
database." },
+ "dataSource": { "kind": "property", "displayName": "Data Source", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"javax.sql.DataSource", "deprecated": false, "autowired": true, "secret":
false, "description": "Sets the DataSource to use to communicate with the
database." },
"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Allows for bridging the
consumer to the Camel routing Error Handler, which mean any exceptions occurred
while the consumer is trying to pickup incoming messages, or the likes, will
now be processed as a me [...]
"lazyStartProducer": { "kind": "property", "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 star [...]
"autowiredEnabled": { "kind": "property", "displayName": "Autowired
Enabled", "group": "advanced", "label": "advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether autowiring is
enabled. This is used for automatic autowiring options (the option must be
marked as autowired) by looking up in the registry to find if there is a single
instance of matching type, which t [...]
@@ -31,7 +31,7 @@
"properties": {
"query": { "kind": "path", "displayName": "Query", "group": "common",
"label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "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." },
"allowNamedParameters": { "kind": "parameter", "displayName": "Allow Named
Parameters", "group": "common", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether to allow using
named parameters in the queries." },
- "dataSource": { "kind": "parameter", "displayName": "Data Source",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the DataSource to use to communicate with
the database at endpoint level." },
+ "dataSource": { "kind": "parameter", "displayName": "Data Source",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "javax.sql.DataSource", "deprecated": false, "deprecationNote": "",
"autowired": true, "secret": false, "description": "Sets the DataSource to use
to communicate with the database at endpoint level." },
"outputClass": { "kind": "parameter", "displayName": "Output Class",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Specify the full package and class name to use
as conversion when outputType=SelectOne." },
"outputHeader": { "kind": "parameter", "displayName": "Output Header",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Store the query result in a header instead of
the message body. By default, outputHeader == null and the query result is
stored in the message body, any existing content in the message body is
discarded. If outputHeader is set, the value is u [...]
"outputType": { "kind": "parameter", "displayName": "Output Type",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.sql.SqlOutputType", "enum": [
"SelectOne", "SelectList", "StreamList" ], "deprecated": false, "autowired":
false, "secret": false, "defaultValue": "SelectList", "description": "Make the
output of consumer or producer to SelectList as List of Map, or SelectOne as
single Java object in the following way: a) If th [...]