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 649e83a651f Regen for commit 20125bedab178e095925bd2b68db823a22059516 (#7807) 649e83a651f is described below commit 649e83a651f6f49b3e63f2503bb3854cdf2c1cd9 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 16 21:23:15 2022 +0200 Regen for commit 20125bedab178e095925bd2b68db823a22059516 (#7807) Signed-off-by: GitHub <nore...@github.com> Co-authored-by: davsclaus <davscl...@users.noreply.github.com> --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 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 7148e8b0b05..492505b696c 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 @@ -3904,7 +3904,7 @@ the branch that matched. Default value: false <xs:attribute name="configuration" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Refers to a circuit breaker configuration (such as hystrix, resillience4j, or +Refers to a circuit breaker configuration (such as resillience4j, or microprofile-fault-tolerance) to use for configuring the circuit breaker EIP. ]]></xs:documentation> </xs:annotation> @@ -9607,11 +9607,10 @@ Default value: false <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ Whether the fallback goes over the network. If the fallback will go over the -network it is another possible point of failure and so it also needs to be -wrapped by a HystrixCommand. It is important to execute the fallback command on -a separate thread-pool, otherwise if the main command were to become latent and -fill the thread-pool this would prevent the fallback from running if the two -commands share the same pool. Default value: false +network it is another possible point of failure. It is important to execute the +fallback command on a separate thread-pool, otherwise if the main command were +to become latent and fill the thread-pool this would prevent the fallback from +running if the two commands share the same pool. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -10515,6 +10514,14 @@ Sets the resume strategy to use. ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="intermittent" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Sets whether the offsets will be intermittently present or whether they must be +present in every exchange. Default value: false + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>