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.git
The following commit(s) were added to refs/heads/main by this push:
new c8241de4819 Regen
c8241de4819 is described below
commit c8241de48198a7dd00770ed004f460ff2b4cbfb0
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jul 28 08:51:19 2023 +0200
Regen
---
.../org/apache/camel/catalog/models/dynamicRouter.json | 2 +-
.../resources/org/apache/camel/catalog/models/enrich.json | 2 +-
.../org/apache/camel/catalog/models/pollEnrich.json | 2 +-
.../org/apache/camel/catalog/models/recipientList.json | 2 +-
.../org/apache/camel/catalog/models/routingSlip.json | 2 +-
.../resources/org/apache/camel/catalog/models/toD.json | 2 +-
.../resources/org/apache/camel/catalog/models/wireTap.json | 2 +-
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 12 ++++++------
.../resources/org/apache/camel/model/dynamicRouter.json | 2 +-
.../generated/resources/org/apache/camel/model/enrich.json | 2 +-
.../resources/org/apache/camel/model/pollEnrich.json | 2 +-
.../resources/org/apache/camel/model/recipientList.json | 2 +-
.../resources/org/apache/camel/model/routingSlip.json | 2 +-
.../src/generated/resources/org/apache/camel/model/toD.json | 2 +-
.../generated/resources/org/apache/camel/model/wireTap.json | 2 +-
15 files changed, 20 insertions(+), 20 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json
index 447d2b73e04..d13c889edb1 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json
@@ -15,7 +15,7 @@
"expression": { "index": 0, "kind": "expression", "displayName":
"Expression", "required": true, "type": "object", "javaType":
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant",
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser",
"joor", "jq", "js", "jsonpath", "language", "method", "mvel", "ognl", "python",
"ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ],
"deprecated": false, "autowired": false, "secret": fa [...]
"uriDelimiter": { "index": 1, "kind": "attribute", "displayName": "Uri
Delimiter", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": ",", "description": "Sets the uri delimiter to use" },
"ignoreInvalidEndpoints": { "index": 2, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
- "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this dynamic router, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this dynamic router, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"disabled": { "index": 4, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 5, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
"description": { "index": 6, "kind": "element", "displayName":
"Description", "required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
index 0ab321cd0bb..6326607e8f5 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
@@ -18,7 +18,7 @@
"aggregationStrategyMethodAllowNull": { "index": 3, "kind": "attribute",
"displayName": "Aggregation Strategy Method Allow Null", "label": "advanced",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "If
this option is false then the aggregate method is not used if there was no data
to enrich. If this option is true then null values is used as the oldExchange
(when no data to enrich), when us [...]
"aggregateOnException": { "index": 4, "kind": "attribute", "displayName":
"Aggregate On Exception", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If this option
is false then the aggregate method is not used if there was an exception thrown
while trying to retrieve the data to enrich from the resource. Setting this
option to true allows end us [...]
"shareUnitOfWork": { "index": 5, "kind": "attribute", "displayName":
"Share Unit Of Work", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Shares the
org.apache.camel.spi.UnitOfWork with the parent and the resource exchange.
Enrich will by default not share unit of work between the parent exchange and
the resource exchange. This means the resour [...]
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic end [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic end [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Ignore the
invalidate endpoint exception when try to create a producer with that endpoint"
},
"allowOptimisedComponents": { "index": 8, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise enricher if they are
org.apache.camel.spi.SendDynamicAware ." },
"disabled": { "index": 9, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
index 3b8d77569d3..d9cd4651be3 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
@@ -18,7 +18,7 @@
"aggregationStrategyMethodAllowNull": { "index": 3, "kind": "attribute",
"displayName": "Aggregation Strategy Method Allow Null", "label": "advanced",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "If
this option is false then the aggregate method is not used if there was no data
to enrich. If this option is true then null values is used as the oldExchange
(when no data to enrich), when us [...]
"aggregateOnException": { "index": 4, "kind": "attribute", "displayName":
"Aggregate On Exception", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If this option
is false then the aggregate method is not used if there was an exception thrown
while trying to retrieve the data to enrich from the resource. Setting this
option to true allows end us [...]
"timeout": { "index": 5, "kind": "attribute", "displayName": "Timeout",
"required": false, "type": "duration", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "-1",
"description": "Timeout in millis when polling from the external service. The
timeout has influence about the poll enrich behavior. It basically operations
in three different modes: negative value - Waits until a message is available
and then returns it. Warning th [...]
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic en [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic en [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Ignore the
invalidate endpoint exception when try to create a producer with that endpoint"
},
"disabled": { "index": 8, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 9, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json
index 04dad8cfa13..91594e80aca 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json
@@ -26,7 +26,7 @@
"ignoreInvalidEndpoints": { "index": 11, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
"streaming": { "index": 12, "kind": "attribute", "displayName":
"Streaming", "label": "advanced", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "If enabled then Camel
will process replies out-of-order, eg in the order they come back. If disabled,
Camel will process replies in the same order as defined by the recipient list."
},
"onPrepare": { "index": 13, "kind": "attribute", "displayName": "On
Prepare", "label": "advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.Processor", "deprecated": false, "autowired": false,
"secret": false, "description": "Uses the Processor when preparing the
org.apache.camel.Exchange to be used send. This can be used to deep-clone
messages that should be send, or any custom logic needed before the exchange is
send." },
- "cacheSize": { "index": 14, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache ca [...]
+ "cacheSize": { "index": 14, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache ca [...]
"shareUnitOfWork": { "index": 15, "kind": "attribute", "displayName":
"Share Unit Of Work", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Shares the
org.apache.camel.spi.UnitOfWork with the parent and each of the sub messages.
Recipient List will by default not share unit of work between the parent
exchange and each recipient exchange. This me [...]
"disabled": { "index": 16, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 17, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json
index e9a3b23bb2f..c39c73353f7 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json
@@ -15,7 +15,7 @@
"expression": { "index": 0, "kind": "expression", "displayName":
"Expression", "required": true, "type": "object", "javaType":
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant",
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser",
"joor", "jq", "js", "jsonpath", "language", "method", "mvel", "ognl", "python",
"ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ],
"deprecated": false, "autowired": false, "secret": fa [...]
"uriDelimiter": { "index": 1, "kind": "attribute", "displayName": "Uri
Delimiter", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": ",", "description": "Sets the uri delimiter to use" },
"ignoreInvalidEndpoints": { "index": 2, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
- "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this routing slip, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can b [...]
+ "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this routing slip, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can b [...]
"disabled": { "index": 4, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 5, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
"description": { "index": 6, "kind": "element", "displayName":
"Description", "required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json
index b0b8dcab3cf..9837ce54f46 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json
@@ -14,7 +14,7 @@
"properties": {
"uri": { "index": 0, "kind": "attribute", "displayName": "Uri",
"required": true, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "The
uri of the endpoint to send to. The uri can be dynamic computed using the
org.apache.camel.language.simple.SimpleLanguage expression." },
"pattern": { "index": 1, "kind": "attribute", "displayName": "Pattern",
"label": "advanced", "required": false, "type": "enum", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the optional ExchangePattern used to invoke this endpoint" },
- "cacheSize": { "index": 2, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 2, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"ignoreInvalidEndpoint": { "index": 3, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Whether to
ignore invalid endpoint URIs and skip sending the message." },
"allowOptimisedComponents": { "index": 4, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise toD if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 5, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when toD is starting up." },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json
index 83f0c44149d..c5816af2f7c 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json
@@ -18,7 +18,7 @@
"executorService": { "index": 3, "kind": "attribute", "displayName":
"Executor Service", "label": "advanced", "required": false, "type": "object",
"javaType": "java.util.concurrent.ExecutorService", "deprecated": false,
"autowired": false, "secret": false, "description": "Uses a custom thread pool"
},
"uri": { "index": 4, "kind": "attribute", "displayName": "Uri",
"required": true, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "The
uri of the endpoint to send to. The uri can be dynamic computed using the
org.apache.camel.language.simple.SimpleLanguage expression." },
"pattern": { "index": 5, "kind": "attribute", "displayName": "Pattern",
"label": "advanced", "required": false, "type": "enum", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the optional ExchangePattern used to invoke this endpoint" },
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Whether to
ignore invalid endpoint URIs and skip sending the message." },
"allowOptimisedComponents": { "index": 8, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise toD if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 9, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when toD is starting up." },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index bc618f3edb9..6a80daf9a05 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -5056,7 +5056,7 @@ Ignore the invalidate endpoint exception when try to
create a producer with that
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is
used to cache and reuse producers when
using this dynamic router, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the
-cache can be utilized. If each dynamic endpoint is unique then its best to
turn of caching by setting this to -1, which
+cache can be utilized. If each dynamic endpoint is unique then its best to
turn off caching by setting this to -1, which
allows Camel to not cache both the producers and endpoints; they are regarded
as prototype scoped and will be stopped
and discarded after use. This reduces memory usage as otherwise
producers/endpoints are stored in memory in the caches.
However if there are a high degree of dynamic endpoints that have been used
before, then it can benefit to use the cache
@@ -5157,7 +5157,7 @@ individual unit of work. Default value: false
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is
used to cache and reuse producer when uris
are reused. Beware that when using dynamic endpoints then it affects how well
the cache can be utilized. If each dynamic
-endpoint is unique then its best to turn of caching by setting this to -1,
which allows Camel to not cache both the
+endpoint is unique then its best to turn off caching by setting this to -1,
which allows Camel to not cache both the
producers and endpoints; they are regarded as prototype scoped and will be
stopped and discarded after use. This reduces
memory usage as otherwise producers/endpoints are stored in memory in the
caches. However if there are a high degree of
dynamic endpoints that have been used before, then it can benefit to use the
cache to reuse both producers and endpoints
@@ -10860,7 +10860,7 @@ recommended to use a timeout value. Default value: -1
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ConsumerCache which is
used to cache and reuse consumers when
uris are reused. Beware that when using dynamic endpoints then it affects how
well the cache can be utilized. If each
-dynamic endpoint is unique then its best to turn of caching by setting this to
-1, which allows Camel to not cache both
+dynamic endpoint is unique then its best to turn off caching by setting this
to -1, which allows Camel to not cache both
the producers and endpoints; they are regarded as prototype scoped and will be
stopped and discarded after use. This
reduces memory usage as otherwise producers/endpoints are stored in memory in
the caches. However if there are a high
degree of dynamic endpoints that have been used before, then it can benefit to
use the cache to reuse both producers and
@@ -11119,7 +11119,7 @@ that should be send, or any custom logic needed before
the exchange is send.
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is
used to cache and reuse producers when
using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the
-cache can be utilized. If each dynamic endpoint is unique then its best to
turn of caching by setting this to -1, which
+cache can be utilized. If each dynamic endpoint is unique then its best to
turn off caching by setting this to -1, which
allows Camel to not cache both the producers and endpoints; they are regarded
as prototype scoped and will be stopped
and discarded after use. This reduces memory usage as otherwise
producers/endpoints are stored in memory in the caches.
However if there are a high degree of dynamic endpoints that have been used
before, then it can benefit to use the cache
@@ -11956,7 +11956,7 @@ Ignore the invalidate endpoint exception when try to
create a producer with that
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is
used to cache and reuse producers when
using this routing slip, when uris are reused. Beware that when using dynamic
endpoints then it affects how well the
-cache can be utilized. If each dynamic endpoint is unique then its best to
turn of caching by setting this to -1, which
+cache can be utilized. If each dynamic endpoint is unique then its best to
turn off caching by setting this to -1, which
allows Camel to not cache both the producers and endpoints; they are regarded
as prototype scoped and will be stopped
and discarded after use. This reduces memory usage as otherwise
producers/endpoints are stored in memory in the caches.
However if there are a high degree of dynamic endpoints that have been used
before, then it can benefit to use the cache
@@ -13138,7 +13138,7 @@ Sets the optional ExchangePattern used to invoke this
endpoint.
<![CDATA[
Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is
used to cache and reuse producers when
using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the
-cache can be utilized. If each dynamic endpoint is unique then its best to
turn of caching by setting this to -1, which
+cache can be utilized. If each dynamic endpoint is unique then its best to
turn off caching by setting this to -1, which
allows Camel to not cache both the producers and endpoints; they are regarded
as prototype scoped and will be stopped
and discarded after use. This reduces memory usage as otherwise
producers/endpoints are stored in memory in the caches.
However if there are a high degree of dynamic endpoints that have been used
before, then it can benefit to use the cache
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/dynamicRouter.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/dynamicRouter.json
index 447d2b73e04..d13c889edb1 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/dynamicRouter.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/dynamicRouter.json
@@ -15,7 +15,7 @@
"expression": { "index": 0, "kind": "expression", "displayName":
"Expression", "required": true, "type": "object", "javaType":
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant",
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser",
"joor", "jq", "js", "jsonpath", "language", "method", "mvel", "ognl", "python",
"ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ],
"deprecated": false, "autowired": false, "secret": fa [...]
"uriDelimiter": { "index": 1, "kind": "attribute", "displayName": "Uri
Delimiter", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": ",", "description": "Sets the uri delimiter to use" },
"ignoreInvalidEndpoints": { "index": 2, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
- "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this dynamic router, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this dynamic router, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"disabled": { "index": 4, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 5, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
"description": { "index": 6, "kind": "element", "displayName":
"Description", "required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
index 0ab321cd0bb..6326607e8f5 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
@@ -18,7 +18,7 @@
"aggregationStrategyMethodAllowNull": { "index": 3, "kind": "attribute",
"displayName": "Aggregation Strategy Method Allow Null", "label": "advanced",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "If
this option is false then the aggregate method is not used if there was no data
to enrich. If this option is true then null values is used as the oldExchange
(when no data to enrich), when us [...]
"aggregateOnException": { "index": 4, "kind": "attribute", "displayName":
"Aggregate On Exception", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If this option
is false then the aggregate method is not used if there was an exception thrown
while trying to retrieve the data to enrich from the resource. Setting this
option to true allows end us [...]
"shareUnitOfWork": { "index": 5, "kind": "attribute", "displayName":
"Share Unit Of Work", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Shares the
org.apache.camel.spi.UnitOfWork with the parent and the resource exchange.
Enrich will by default not share unit of work between the parent exchange and
the resource exchange. This means the resour [...]
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic end [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic end [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Ignore the
invalidate endpoint exception when try to create a producer with that endpoint"
},
"allowOptimisedComponents": { "index": 8, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise enricher if they are
org.apache.camel.spi.SendDynamicAware ." },
"disabled": { "index": 9, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/pollEnrich.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/pollEnrich.json
index 3b8d77569d3..d9cd4651be3 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/pollEnrich.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/pollEnrich.json
@@ -18,7 +18,7 @@
"aggregationStrategyMethodAllowNull": { "index": 3, "kind": "attribute",
"displayName": "Aggregation Strategy Method Allow Null", "label": "advanced",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "If
this option is false then the aggregate method is not used if there was no data
to enrich. If this option is true then null values is used as the oldExchange
(when no data to enrich), when us [...]
"aggregateOnException": { "index": 4, "kind": "attribute", "displayName":
"Aggregate On Exception", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If this option
is false then the aggregate method is not used if there was an exception thrown
while trying to retrieve the data to enrich from the resource. Setting this
option to true allows end us [...]
"timeout": { "index": 5, "kind": "attribute", "displayName": "Timeout",
"required": false, "type": "duration", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "-1",
"description": "Timeout in millis when polling from the external service. The
timeout has influence about the poll enrich behavior. It basically operations
in three different modes: negative value - Waits until a message is available
and then returns it. Warning th [...]
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic en [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers
when uris are reused. Beware that when using dynamic endpoints then it affects
how well the cache can be utilized. If each dynamic en [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Ignore the
invalidate endpoint exception when try to create a producer with that endpoint"
},
"disabled": { "index": 8, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 9, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json
index 04dad8cfa13..91594e80aca 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json
@@ -26,7 +26,7 @@
"ignoreInvalidEndpoints": { "index": 11, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
"streaming": { "index": 12, "kind": "attribute", "displayName":
"Streaming", "label": "advanced", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "If enabled then Camel
will process replies out-of-order, eg in the order they come back. If disabled,
Camel will process replies in the same order as defined by the recipient list."
},
"onPrepare": { "index": 13, "kind": "attribute", "displayName": "On
Prepare", "label": "advanced", "required": false, "type": "object", "javaType":
"org.apache.camel.Processor", "deprecated": false, "autowired": false,
"secret": false, "description": "Uses the Processor when preparing the
org.apache.camel.Exchange to be used send. This can be used to deep-clone
messages that should be send, or any custom logic needed before the exchange is
send." },
- "cacheSize": { "index": 14, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache ca [...]
+ "cacheSize": { "index": 14, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache ca [...]
"shareUnitOfWork": { "index": 15, "kind": "attribute", "displayName":
"Share Unit Of Work", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Shares the
org.apache.camel.spi.UnitOfWork with the parent and each of the sub messages.
Recipient List will by default not share unit of work between the parent
exchange and each recipient exchange. This me [...]
"disabled": { "index": 16, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 17, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/routingSlip.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/routingSlip.json
index e9a3b23bb2f..c39c73353f7 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/routingSlip.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/routingSlip.json
@@ -15,7 +15,7 @@
"expression": { "index": 0, "kind": "expression", "displayName":
"Expression", "required": true, "type": "object", "javaType":
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant",
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser",
"joor", "jq", "js", "jsonpath", "language", "method", "mvel", "ognl", "python",
"ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ],
"deprecated": false, "autowired": false, "secret": fa [...]
"uriDelimiter": { "index": 1, "kind": "attribute", "displayName": "Uri
Delimiter", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": ",", "description": "Sets the uri delimiter to use" },
"ignoreInvalidEndpoints": { "index": 2, "kind": "attribute",
"displayName": "Ignore Invalid Endpoints", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Ignore the invalidate endpoint exception when try to create a producer with
that endpoint" },
- "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this routing slip, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can b [...]
+ "cacheSize": { "index": 3, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this routing slip, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can b [...]
"disabled": { "index": 4, "kind": "attribute", "displayName": "Disabled",
"label": "advanced", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether to disable this EIP from the
route during build time. Once an EIP has been disabled then it cannot be
enabled later at runtime." },
"id": { "index": 5, "kind": "attribute", "displayName": "Id", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
"description": { "index": 6, "kind": "element", "displayName":
"Description", "required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/toD.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/toD.json
index b0b8dcab3cf..9837ce54f46 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/toD.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/toD.json
@@ -14,7 +14,7 @@
"properties": {
"uri": { "index": 0, "kind": "attribute", "displayName": "Uri",
"required": true, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "The
uri of the endpoint to send to. The uri can be dynamic computed using the
org.apache.camel.language.simple.SimpleLanguage expression." },
"pattern": { "index": 1, "kind": "attribute", "displayName": "Pattern",
"label": "advanced", "required": false, "type": "enum", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the optional ExchangePattern used to invoke this endpoint" },
- "cacheSize": { "index": 2, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 2, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"ignoreInvalidEndpoint": { "index": 3, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Whether to
ignore invalid endpoint URIs and skip sending the message." },
"allowOptimisedComponents": { "index": 4, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise toD if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 5, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when toD is starting up." },
diff --git
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/wireTap.json
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/wireTap.json
index 83f0c44149d..c5816af2f7c 100644
---
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/wireTap.json
+++
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/wireTap.json
@@ -18,7 +18,7 @@
"executorService": { "index": 3, "kind": "attribute", "displayName":
"Executor Service", "label": "advanced", "required": false, "type": "object",
"javaType": "java.util.concurrent.ExecutorService", "deprecated": false,
"autowired": false, "secret": false, "description": "Uses a custom thread pool"
},
"uri": { "index": 4, "kind": "attribute", "displayName": "Uri",
"required": true, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "The
uri of the endpoint to send to. The uri can be dynamic computed using the
org.apache.camel.language.simple.SimpleLanguage expression." },
"pattern": { "index": 5, "kind": "attribute", "displayName": "Pattern",
"label": "advanced", "required": false, "type": "enum", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ],
"deprecated": false, "autowired": false, "secret": false, "description": "Sets
the optional ExchangePattern used to invoke this endpoint" },
- "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
+ "cacheSize": { "index": 6, "kind": "attribute", "displayName": "Cache
Size", "label": "advanced", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the maximum size used by the
org.apache.camel.spi.ProducerCache which is used to cache and reuse producers
when using this recipient list, when uris are reused. Beware that when using
dynamic endpoints then it affects how well the cache can [...]
"ignoreInvalidEndpoint": { "index": 7, "kind": "attribute", "displayName":
"Ignore Invalid Endpoint", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Whether to
ignore invalid endpoint URIs and skip sending the message." },
"allowOptimisedComponents": { "index": 8, "kind": "attribute",
"displayName": "Allow Optimised Components", "label": "advanced", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": true, "description":
"Whether to allow components to optimise toD if they are
org.apache.camel.spi.SendDynamicAware ." },
"autoStartComponents": { "index": 9, "kind": "attribute", "displayName":
"Auto Start Components", "label": "advanced", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to auto
startup components when toD is starting up." },