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 0f793de8b78 Regen
0f793de8b78 is described below
commit 0f793de8b78763a93ae3c371a7f0a117a8e75846
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Apr 29 09:33:37 2025 +0200
Regen
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 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 841bf26f0b3..e42eddf8d84 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="typedGuard" type="xs:string">
+ <xs:attribute name="circuitBreaker" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-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.
+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.
]]>
</xs:documentation>
</xs:annotation>
@@ -5066,6 +5066,15 @@ 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>
@@ -5097,11 +5106,11 @@ Configures the task queue size for holding waiting
tasks to be processed by the
</xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute name="threadOffloadExecutorService" type="xs:string">
+ <xs:attribute name="bulkheadExecutorService" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">
<![CDATA[
-References a custom thread pool to use when offloading a guarded action to
another thread.
+References to a custom thread pool to use when bulkhead is enabled.
]]>
</xs:documentation>
</xs:annotation>