This is an automated email from the ASF dual-hosted git repository.

acosentino 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 ade23a4  Regen for commit bf7a718c2ba46928319d14c94b577bf205b37a49
ade23a4 is described below

commit ade23a4fcdf1943554a5754c34a3465872f0bec0
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Wed Sep 15 14:00:30 2021 +0000

    Regen for commit bf7a718c2ba46928319d14c94b577bf205b37a49
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../resources/org/apache/camel/catalog/models/aggregate.json          | 4 ++--
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/aggregate.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/aggregate.json
index 0482dca..995e850 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/aggregate.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/aggregate.json
@@ -22,8 +22,8 @@
     "timeoutCheckerExecutorServiceRef": { "kind": "attribute", "displayName": 
"Timeout Checker Executor Service Ref", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "If using either of the completionTimeout, 
completionTimeoutExpression, or completionInterval options a background thread 
is created to check for the completion for every aggregator. Set this option to 
provide a custom thread pool t [...]
     "aggregationRepositoryRef": { "kind": "attribute", "displayName": 
"Aggregation Repository Ref", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the custom aggregate repository to use. Will by default 
use org.apache.camel.processor.aggregate.MemoryAggregationRepository" },
     "strategyRef": { "kind": "attribute", "displayName": "Strategy Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
reference to lookup the AggregationStrategy in the Registry. The value can 
either refer to a bean to lookup, or to lookup a singleton bean by its type, or 
to create a new bean: Lookup bean - This is the default behavior to lookup an 
existing bean by the bean id (value) refe [...]
-    "strategyMethodName": { "kind": "attribute", "displayName": "Strategy 
Method Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "This option can be used to explicit declare the method name to 
use, when using POJOs as the AggregationStrategy." },
-    "strategyMethodAllowNull": { "kind": "attribute", "displayName": "Strategy 
Method Allow Null", "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 for the very first aggregation. If this option is 
true then null values is used as the oldExchange (at the very first 
aggregation), when using POJOs as the Aggrega [...]
+    "strategyMethodName": { "kind": "attribute", "displayName": "Strategy 
Method Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "This option can be used to explicit declare the method name to 
use, when using beans as the AggregationStrategy." },
+    "strategyMethodAllowNull": { "kind": "attribute", "displayName": "Strategy 
Method Allow Null", "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 for the very first aggregation. If this option is 
true then null values is used as the oldExchange (at the very first 
aggregation), when using beans as the Aggrega [...]
     "completionSize": { "kind": "attribute", "displayName": "Completion Size", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Number of messages aggregated before the aggregation is complete. This option 
can be set as either a fixed value or using an Expression which allows you to 
evaluate a size dynamically - will use Integer as result. If both are set Camel 
will fallback to use the fixed v [...]
     "completionInterval": { "kind": "attribute", "displayName": "Completion 
Interval", "required": false, "type": "duration", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "A repeating period in millis by which the aggregator will 
complete all current aggregated exchanges. Camel has a background task which is 
triggered every period. You cannot use this option together with 
completionTimeout, only one of them can be used." },
     "completionTimeout": { "kind": "attribute", "displayName": "Completion 
Timeout", "required": false, "type": "duration", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Time in millis that an aggregated exchange should be inactive 
before its complete (timeout). This option can be set as either a fixed value 
or using an Expression which allows you to evaluate a timeout dynamically - 
will use Long as result. If both are set Camel [...]
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 cfb8668..9bc25ab 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
@@ -3219,7 +3219,7 @@ exchanges and newExchange is of course the new incoming 
Exchange.
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
 This option can be used to explicit declare the method name to use, when using
-POJOs as the AggregationStrategy.
+beans as the AggregationStrategy.
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
@@ -3228,7 +3228,7 @@ POJOs as the AggregationStrategy.
             <xs:documentation xml:lang="en"><![CDATA[
 If this option is false then the aggregate method is not used for the very 
first
 aggregation. If this option is true then null values is used as the oldExchange
-(at the very first aggregation), when using POJOs as the AggregationStrategy.
+(at the very first aggregation), when using beans as the AggregationStrategy.
 Default value: false
             ]]></xs:documentation>
           </xs:annotation>

Reply via email to