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 c9e4efd148c Regen c9e4efd148c is described below commit c9e4efd148c0485c008bcb6e61e07ebef1df90fb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Apr 29 09:54:19 2025 +0200 Regen --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 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 e42eddf8d84..841bf26f0b3 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 @@ -4995,12 +4995,12 @@ Configures whether cancel is called on the running future. Defaults to true. Def <xs:complexContent> <xs:extension base="tns:identifiedType"> <xs:sequence/> - <xs:attribute name="circuitBreaker" type="xs:string"> + <xs:attribute name="typedGuard" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -Refers to an existing io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker instance to lookup and use from the -registry. When using this, then any other circuit breaker options are not in use. +Refers to an existing io.smallrye.faulttolerance.api.TypedGuard instance to lookup and use from the registry. When using +this, then any other TypedGuard circuit breaker options are not in use. ]]> </xs:documentation> </xs:annotation> @@ -5066,15 +5066,6 @@ Configures the thread execution timeout. Default value is 1 second. Default valu <xs:documentation xml:lang="en"> <![CDATA[ Configures the pool size of the thread pool when timeout is enabled. Default value is 10. Default value: 10 -]]> - </xs:documentation> - </xs:annotation> - </xs:attribute> - <xs:attribute name="timeoutScheduledExecutorService" type="xs:string"> - <xs:annotation> - <xs:documentation xml:lang="en"> -<![CDATA[ -References to a custom thread pool to use when timeout is enabled. ]]> </xs:documentation> </xs:annotation> @@ -5106,11 +5097,11 @@ Configures the task queue size for holding waiting tasks to be processed by the </xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="bulkheadExecutorService" type="xs:string"> + <xs:attribute name="threadOffloadExecutorService" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -References to a custom thread pool to use when bulkhead is enabled. +References a custom thread pool to use when offloading a guarded action to another thread. ]]> </xs:documentation> </xs:annotation>