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 8a0ddd0 [create-pull-request] automated change
8a0ddd0 is described below
commit 8a0ddd01b49c8fa40c52390d02b960dc2f1cc739
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 00:53:22 2020 +0000
[create-pull-request] automated change
---
.../camel/springboot/catalog/components/braintree.json | 2 +-
components-starter/camel-corda-starter/pom.xml | 12 ------------
components-starter/camel-iota-starter/pom.xml | 12 ------------
3 files changed, 1 insertion(+), 25 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
index c9facc0..b352195 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
@@ -41,7 +41,7 @@
"basicPropertyBinding": { "kind": "parameter", "displayName": "Basic
Property Binding", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities" },
"httpReadTimeout": { "kind": "parameter", "displayName": "Http Read
Timeout", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "Set read timeout for
http calls." },
"synchronous": { "kind": "parameter", "displayName": "Synchronous",
"group": "advanced", "label": "advanced", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "description": "Sets whether synchronous processing should be strictly
used, or Camel is allowed to use asynchronous processing (if supported)." },
- "httpLogLevel": { "kind": "parameter", "displayName": "Http Log Level",
"group": "logging", "label": "logging", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "Set logging level for
http calls, see java.util.logging.Level" },
+ "httpLogLevel": { "kind": "parameter", "displayName": "Http Log Level",
"group": "logging", "label": "logging", "required": false, "type": "string",
"javaType": "java.lang.String", "enum": [ "OFF", "SEVERE", "WARNING", "INFO",
"CONFIG", "FINE", "FINER", "FINEST", "ALL" ], "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "Set logging level for
http calls, see [...]
"httpLogName": { "kind": "parameter", "displayName": "Http Log Name",
"group": "logging", "label": "logging", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "Braintree", "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "Set log category to use
to log http calls." },
"logHandlerEnabled": { "kind": "parameter", "displayName": "Log Handler
Enabled", "group": "logging", "label": "logging", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": "true", "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "Sets whether to enable
the BraintreeLogHandler. It may be desirable to set this to 'false' where an
exi [...]
"proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group":
"proxy", "label": "proxy", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "The proxy host" },
diff --git a/components-starter/camel-corda-starter/pom.xml
b/components-starter/camel-corda-starter/pom.xml
index 7f14a21..254cb1b 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
<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 1cb0cae..9427c49 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
<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>