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 21f4903 [create-pull-request] automated change
21f4903 is described below
commit 21f4903f230658b7ed1aedda052105ce8cef679d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 11 01:12:50 2020 +0000
[create-pull-request] automated change
---
.../apache/camel/springboot/catalog/components/quickfix.json | 2 +-
components-starter/camel-corda-starter/pom.xml | 8 --------
components-starter/camel-iota-starter/pom.xml | 12 ------------
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quickfix.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quickfix.json
index 143943b..e142bf6 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quickfix.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quickfix.json
@@ -32,7 +32,7 @@
"messageStoreFactory": { "kind": "property", "displayName": "Message Store
Factory", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "quickfix.MessageStoreFactory", "deprecated": false,
"secret": false, "description": "To use the given MessageStoreFactory" }
},
"properties": {
- "configurationName": { "kind": "path", "displayName": "Configuration
Name", "group": "common", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"secret": false, "description": "The configFile is the name of the QuickFIX\/J
configuration to use for the FIX engine (located as a resource found in your
classpath)." },
+ "configurationName": { "kind": "path", "displayName": "Configuration
Name", "group": "common", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"secret": false, "description": "Path to the quickfix configuration file. You
can prefix with: classpath, file, http, ref, or bean. classpath, file and http
loads the configuration file using these protocols (classpath is default). ref
will lookup the configuration fi [...]
"lazyCreateEngine": { "kind": "parameter", "displayName": "Lazy Create
Engine", "group": "common", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
false, "description": "This option allows to create QuickFIX\/J engine on
demand. Value true means the engine is started when first message is send or
there's consumer configured in route definition. When false value is used, the
engine is started at the endpoi [...]
"sessionID": { "kind": "parameter", "displayName": "Session ID", "group":
"common", "label": "", "required": false, "type": "object", "javaType":
"quickfix.SessionID", "deprecated": false, "secret": false, "description": "The
optional sessionID identifies a specific FIX session. The format of the
sessionID is:
(BeginString):(SenderCompID)\/(SenderSubID)\/(SenderLocationID)-(TargetCompID)\/(TargetSubID)\/(TargetLocationID)"
},
"bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": 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 message and handled b [...]
diff --git a/components-starter/camel-corda-starter/pom.xml
b/components-starter/camel-corda-starter/pom.xml
index 43b013d..274f6da 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
<!--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>
- <exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
diff --git a/components-starter/camel-iota-starter/pom.xml
b/components-starter/camel-iota-starter/pom.xml
index ce65d0f..2050aee 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>