This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5d5e1f6 Regen
5d5e1f6 is described below
commit 5d5e1f68a39d7c238d8e1c50d003026d9cd76fa4
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 11 06:30:41 2020 +0200
Regen
---
.../resources/org/apache/camel/catalog/components/quickfix.json | 2 +-
.../resources/org/apache/camel/catalog/docs/quickfix-component.adoc | 2 +-
docs/components/modules/ROOT/pages/quickfix-component.adoc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quickfix.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quickfix.json
index 48c6628..5c389f7 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quickfix.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/quickfix-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/quickfix-component.adoc
index 0397528..fc1412e 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/quickfix-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/quickfix-component.adoc
@@ -116,7 +116,7 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *configurationName* | *Required* The configFile is the name of the
QuickFIX/J configuration to use for the FIX engine (located as a resource found
in your classpath). | | String
+| *configurationName* | *Required* 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 file in the registry. bean will call a method
on a bean to be used as the configuration. For bean you can specify the method
name after dot, eg bean:myBean.myMethod | | String
|===
diff --git a/docs/components/modules/ROOT/pages/quickfix-component.adoc
b/docs/components/modules/ROOT/pages/quickfix-component.adoc
index e43c2f6..52209fb 100644
--- a/docs/components/modules/ROOT/pages/quickfix-component.adoc
+++ b/docs/components/modules/ROOT/pages/quickfix-component.adoc
@@ -118,7 +118,7 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *configurationName* | *Required* The configFile is the name of the
QuickFIX/J configuration to use for the FIX engine (located as a resource found
in your classpath). | | String
+| *configurationName* | *Required* 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 file in the registry. bean will call a method
on a bean to be used as the configuration. For bean you can specify the method
name after dot, eg bean:myBean.myMethod | | String
|===