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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new da16ee6  Regen
da16ee6 is described below

commit da16ee68f3c18c893926651a75819aeab1c97522
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Aug 4 08:07:22 2020 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/sjms.json |  4 ++--
 .../apache/camel/springboot/catalog/components/sjms2.json    |  4 ++--
 components-starter/camel-corda-starter/pom.xml               | 12 ++++++++++++
 components-starter/camel-iota-starter/pom.xml                | 12 ++++++++++++
 4 files changed, 28 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
index a44f0f4..dc1948a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
@@ -78,8 +78,8 @@
     "errorHandlerLoggingLevel": { "kind": "parameter", "displayName": "Error 
Handler Logging Level", "group": "logging", "label": "consumer,logging", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "secret": false, "defaultValue": "WARN", 
"description": "Allows to configure the default errorHandler logging level for 
logging uncaught exceptions." },
     "errorHandlerLogStackTrace": { "kind": "parameter", "displayName": "Error 
Handler Log Stack Trace", "group": "logging", "label": "consumer,logging", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "secret": false, "defaultValue": "true", "description": "Allows to 
control whether stacktraces should be logged or not, by the default 
errorHandler." },
     "transacted": { "kind": "parameter", "displayName": "Transacted", "group": 
"transaction", "label": "consumer,transaction", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Specifies whether to use transacted 
mode" },
-    "transactionBatchCount": { "kind": "parameter", "displayName": 
"Transaction Batch Count", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "integer", "javaType": 
"int", "deprecated": false, "secret": false, "defaultValue": "-1", 
"description": "If transacted sets the number of messages to process before 
committing a transaction." },
-    "transactionBatchTimeout": { "kind": "parameter", "displayName": 
"Transaction Batch Timeout", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "duration", "javaType": 
"long", "deprecated": false, "secret": false, "defaultValue": "5s", 
"description": "Sets timeout (in millis) for batch transactions, the value 
should be 1000 or higher." },
+    "transactionBatchCount": { "kind": "parameter", "displayName": 
"Transaction Batch Count", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "integer", "javaType": 
"int", "deprecated": true, "secret": false, "defaultValue": "-1", 
"description": "If transacted sets the number of messages to process before 
committing a transaction." },
+    "transactionBatchTimeout": { "kind": "parameter", "displayName": 
"Transaction Batch Timeout", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "duration", "javaType": 
"long", "deprecated": true, "secret": false, "defaultValue": "5s", 
"description": "Sets timeout (in millis) for batch transactions, the value 
should be 1000 or higher." },
     "transactionCommitStrategy": { "kind": "parameter", "displayName": 
"Transaction Commit Strategy", "group": "transaction", "label": "transaction", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.sjms.TransactionCommitStrategy", "deprecated": 
false, "secret": false, "description": "Sets the commit strategy." },
     "sharedJMSSession": { "kind": "parameter", "displayName": "Shared 
JMSSession", "group": "transaction (advanced)", "label": 
"transaction,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "true", 
"description": "Specifies whether to share JMS session with other SJMS 
endpoints. Turn this off if your route is accessing to multiple JMS providers. 
If you need transaction against multiple JMS providers, use jms comp [...]
   }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
index 8b4d5a6..414cd9c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
@@ -81,8 +81,8 @@
     "errorHandlerLoggingLevel": { "kind": "parameter", "displayName": "Error 
Handler Logging Level", "group": "logging", "label": "consumer,logging", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "secret": false, "defaultValue": "WARN", 
"description": "Allows to configure the default errorHandler logging level for 
logging uncaught exceptions." },
     "errorHandlerLogStackTrace": { "kind": "parameter", "displayName": "Error 
Handler Log Stack Trace", "group": "logging", "label": "consumer,logging", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "secret": false, "defaultValue": "true", "description": "Allows to 
control whether stacktraces should be logged or not, by the default 
errorHandler." },
     "transacted": { "kind": "parameter", "displayName": "Transacted", "group": 
"transaction", "label": "consumer,transaction", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Specifies whether to use transacted 
mode" },
-    "transactionBatchCount": { "kind": "parameter", "displayName": 
"Transaction Batch Count", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "integer", "javaType": 
"int", "deprecated": false, "secret": false, "defaultValue": "-1", 
"description": "If transacted sets the number of messages to process before 
committing a transaction." },
-    "transactionBatchTimeout": { "kind": "parameter", "displayName": 
"Transaction Batch Timeout", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "duration", "javaType": 
"long", "deprecated": false, "secret": false, "defaultValue": "5s", 
"description": "Sets timeout (in millis) for batch transactions, the value 
should be 1000 or higher." },
+    "transactionBatchCount": { "kind": "parameter", "displayName": 
"Transaction Batch Count", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "integer", "javaType": 
"int", "deprecated": true, "secret": false, "defaultValue": "-1", 
"description": "If transacted sets the number of messages to process before 
committing a transaction." },
+    "transactionBatchTimeout": { "kind": "parameter", "displayName": 
"Transaction Batch Timeout", "group": "transaction", "label": 
"consumer,transaction", "required": false, "type": "duration", "javaType": 
"long", "deprecated": true, "secret": false, "defaultValue": "5s", 
"description": "Sets timeout (in millis) for batch transactions, the value 
should be 1000 or higher." },
     "transactionCommitStrategy": { "kind": "parameter", "displayName": 
"Transaction Commit Strategy", "group": "transaction", "label": "transaction", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.sjms.TransactionCommitStrategy", "deprecated": 
false, "secret": false, "description": "Sets the commit strategy." },
     "sharedJMSSession": { "kind": "parameter", "displayName": "Shared 
JMSSession", "group": "transaction (advanced)", "label": 
"transaction,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "true", 
"description": "Specifies whether to share JMS session with other SJMS 
endpoints. Turn this off if your route is accessing to multiple JMS providers. 
If you need transaction against multiple JMS providers, use jms comp [...]
   }
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 254cb1b..7f14a21 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,6 +38,18 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-corda</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 9427c49..1cb0cae 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,6 +38,18 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>

Reply via email to