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 36f69fb4dfc [create-pull-request] automated change (#840)
36f69fb4dfc is described below
commit 36f69fb4dfce1f6ebe6e89e0c9bc4b3174804619
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 16 07:04:21 2023 +0200
[create-pull-request] automated change (#840)
Co-authored-by: oscerd <[email protected]>
---
.../org/apache/camel/springboot/catalog/components/mybatis-bean.json | 2 +-
.../org/apache/camel/springboot/catalog/components/mybatis.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis-bean.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis-bean.json
index db359963b58..06ecb69c6a2 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis-bean.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis-bean.json
@@ -25,7 +25,7 @@
"configurationUri": { "kind": "property", "displayName": "Configuration
Uri", "group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "SqlMapConfig.xml", "description": "Location
of MyBatis xml configuration file. The default value is: SqlMapConfig.xml
loaded from the classpath" },
"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 [...]
- "sqlSessionFactory": { "kind": "property", "displayName": "Sql Session
Factory", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.ibatis.session.SqlSessionFactory",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use the SqlSessionFactory" }
+ "sqlSessionFactory": { "kind": "property", "displayName": "Sql Session
Factory", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.ibatis.session.SqlSessionFactory",
"deprecated": false, "autowired": true, "secret": false, "description": "To use
the SqlSessionFactory" }
},
"headers": {
"CamelMyBatisResult": { "kind": "header", "displayName": "", "group":
"producer", "label": "producer", "required": false, "javaType": "Object",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The response returned from MtBatis in any of the
operations. For instance an INSERT could return the auto-generated key, or
number of rows etc.", "constantName":
"org.apache.camel.component.mybatis.MyBatisConstants#MYBATIS_RESULT" }
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis.json
index dfaaa9d1745..47f4edbdd1b 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mybatis.json
@@ -26,7 +26,7 @@
"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 [...]
- "sqlSessionFactory": { "kind": "property", "displayName": "Sql Session
Factory", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.ibatis.session.SqlSessionFactory",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use the SqlSessionFactory" }
+ "sqlSessionFactory": { "kind": "property", "displayName": "Sql Session
Factory", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.ibatis.session.SqlSessionFactory",
"deprecated": false, "autowired": true, "secret": false, "description": "To use
the SqlSessionFactory" }
},
"headers": {
"CamelMyBatisResult": { "kind": "header", "displayName": "", "group":
"producer", "label": "producer", "required": false, "javaType": "Object",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The response returned from MtBatis in any of the
operations. For instance an INSERT could return the auto-generated key, or
number of rows etc.", "constantName":
"org.apache.camel.component.mybatis.MyBatisConstants#MYBATIS_RESULT" },