This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch blueprint in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/blueprint by this push: new 4cdfc65f2a9 Regen 4cdfc65f2a9 is described below commit 4cdfc65f2a924c1ef6b76b17fd9a55f125c94223 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 30 15:16:47 2023 +0200 Regen --- .../apache/camel/catalog/schemas/camel-spring.xsd | 73 +++++++++++----------- 1 file changed, 37 insertions(+), 36 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 1b253cccd8a..4572bd2431d 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 @@ -5241,33 +5241,6 @@ detect the exception, and rollback. Default value: true <xs:sequence> <xs:element minOccurs="0" ref="tns:redeliveryPolicy"/> </xs:sequence> - <xs:attribute name="loggerRef" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"> -<![CDATA[ -References to a logger to use as logger for the error handler. -]]> - </xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="level" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"> -<![CDATA[ -Logging level to use when using the logging error handler type. Default value: ERROR -]]> - </xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="logName" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"> -<![CDATA[ -Name of the logger to use for the logging error handler. -]]> - </xs:documentation> - </xs:annotation> - </xs:attribute> <xs:attribute name="useOriginalMessage" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> @@ -5328,6 +5301,42 @@ some EIP patterns such as splitter, multicast, will create a new unit of work bo sub-route (eg the splitted message); however these EIPs have an option named shareUnitOfWork which allows to combine with the parent unit of work in regard to error handling and therefore use the parent original message. By default this feature is off. Default value: false +]]> + </xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="redeliveryPolicyRef" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"> +<![CDATA[ +Sets a reference to a RedeliveryPolicy to be used for redelivery settings. +]]> + </xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="loggerRef" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"> +<![CDATA[ +References to a logger to use as logger for the error handler. +]]> + </xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="level" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"> +<![CDATA[ +Logging level to use by error handler. Default value: ERROR +]]> + </xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute name="logName" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"> +<![CDATA[ +Name of the logger to use by the error handler. ]]> </xs:documentation> </xs:annotation> @@ -5368,15 +5377,6 @@ letter channel. This allows for example to enrich the message before sending to <xs:documentation xml:lang="en"> <![CDATA[ Sets a retry while predicate. Will continue retrying until the predicate evaluates to false. -]]> - </xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="redeliveryPolicyRef" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"> -<![CDATA[ -Sets a reference to a RedeliveryPolicy to be used for redelivery settings. ]]> </xs:documentation> </xs:annotation> @@ -13583,6 +13583,7 @@ org.apache.camel.builder.RouteBuilder. </xs:element> <xs:element maxOccurs="unbounded" minOccurs="0" name="bean" type="tns:registryBeanDefinition"/> <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/> + <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:restConfiguration"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:rest"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="tns:routeConfiguration"/>