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
commit 76caf52dd05ddbf816cf963a576ed739c031110c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Sep 16 08:28:37 2021 +0200 Regen --- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..9d17b47 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 @@ -158,7 +158,7 @@ Route messages based on a series of predicates <xs:element name="circuitBreaker" type="tns:circuitBreakerDefinition"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -null +Route messages in a fault tolerance way using Circuit Breaker ]]></xs:documentation> </xs:annotation> </xs:element> @@ -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>