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 87bb274  Regen
87bb274 is described below

commit 87bb274274ddbffb543260f32be3f72602712fc2
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 3 21:03:42 2022 +0100

    Regen
---
 .../generated/resources/org/apache/camel/catalog/models/multicast.json  | 2 +-
 .../resources/org/apache/camel/catalog/models/recipientList.json        | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/split.json  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/multicast.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/multicast.json
index e3e4da5..2500ab7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/multicast.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/multicast.json
@@ -23,7 +23,7 @@
     "onPrepareRef": { "kind": "attribute", "displayName": "On Prepare Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Uses 
the Processor when preparing the org.apache.camel.Exchange to be send. This can 
be used to deep-clone messages that should be send, or any custom logic needed 
before the exchange is send." },
     "shareUnitOfWork": { "kind": "attribute", "displayName": "Share Unit Of 
Work", "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. Multicast will by default not share unit 
of work between the parent exchange and each multicasted exchange. This means 
each sub exchange has its own ind [...]
     "parallelAggregate": { "kind": "attribute", "displayName": "Parallel 
Aggregate", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled then the aggregate method on 
AggregationStrategy can be called concurrently. Notice that this would require 
the implementation of AggregationStrategy to be implemented as thread-safe. By 
default this is false meaning that Camel  [...]
-    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled, unwind exceptions occurring 
at aggregation time to the error handler when parallelProcessing is used. 
Currently, aggregation time exceptions do not stop the route processing when 
parallelProcessing is used. Enab [...]
+    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": true, "deprecationNote": "Has no effect in 
Camel 3.x", "autowired": false, "secret": false, "defaultValue": false, 
"description": "If enabled, unwind exceptions occurring at aggregation time to 
the error handler when parallelProcessing is used. The default value is false 
for the sake of backward compatibi [...]
     "id": { "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": { "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/recipientList.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json
index 831cfb2..de1a355 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
@@ -27,7 +27,7 @@
     "shareUnitOfWork": { "kind": "attribute", "displayName": "Share Unit Of 
Work", "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 
means each sub exchange has its own  [...]
     "cacheSize": { "kind": "attribute", "displayName": "Cache Size", 
"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 be utilized. If each dynamic end [...]
     "parallelAggregate": { "kind": "attribute", "displayName": "Parallel 
Aggregate", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled then the aggregate method on 
AggregationStrategy can be called concurrently. Notice that this would require 
the implementation of AggregationStrategy to be implemented as thread-safe. By 
default this is false meaning that Camel  [...]
-    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled, unwind exceptions occurring 
at aggregation time to the error handler when parallelProcessing is used. 
Currently, aggregation time exceptions do not stop the route processing when 
parallelProcessing is used. Enab [...]
+    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": true, "deprecationNote": "Has no effect in 
Camel 3.x", "autowired": false, "secret": false, "defaultValue": false, 
"description": "If enabled, unwind exceptions occurring at aggregation time to 
the error handler when parallelProcessing is used. The default value is false 
for the sake of backward compatibi [...]
     "id": { "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": { "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/split.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/split.json
index b65ba55..361919f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/split.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/split.json
@@ -25,7 +25,7 @@
     "onPrepareRef": { "kind": "attribute", "displayName": "On Prepare Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Uses 
the Processor when preparing the org.apache.camel.Exchange to be send. This can 
be used to deep-clone messages that should be send, or any custom logic needed 
before the exchange is send." },
     "shareUnitOfWork": { "kind": "attribute", "displayName": "Share Unit Of 
Work", "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. Splitter will by default not share unit of 
work between the parent exchange and each splitted exchange. This means each 
splitted exchange has its own in [...]
     "parallelAggregate": { "kind": "attribute", "displayName": "Parallel 
Aggregate", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled then the aggregate method on 
AggregationStrategy can be called concurrently. Notice that this would require 
the implementation of AggregationStrategy to be implemented as thread-safe. By 
default this is false meaning that Camel  [...]
-    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled, unwind exceptions occurring 
at aggregation time to the error handler when parallelProcessing is used. 
Currently, aggregation time exceptions do not stop the route processing when 
parallelProcessing is used. Enab [...]
+    "stopOnAggregateException": { "kind": "attribute", "displayName": "Stop On 
Aggregate Exception", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": true, "deprecationNote": "Has no effect in 
Camel 3.x", "autowired": false, "secret": false, "defaultValue": false, 
"description": "If enabled, unwind exceptions occurring at aggregation time to 
the error handler when parallelProcessing is used. The default value is false 
for the sake of backward compatibi [...]
     "id": { "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": { "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" }
   }

Reply via email to