This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7ab6c2946729 CAMEL-24485: windows-validator - stop killing
slow-but-passing PowerShell suite runs
add 3814978ea599 CAMEL-24818: circuitBreaker sets
CamelCircuitBreakerResponseRejected inside the onFallback
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/docs/circuitBreaker-eip.adoc | 48 +++++++++++++
.../camel/catalog/models/circuitBreaker.json | 4 +-
.../faulttolerance/FaultToleranceProcessor.java | 6 ++
...eranceOpenWithFallbackExchangePropertyTest.java | 82 +++++++++++++++++++++
.../resilience4j/ResilienceProcessor.java | 4 ++
...lienceOpenWithFallbackExchangePropertyTest.java | 83 ++++++++++++++++++++++
.../apache/camel/spi/CircuitBreakerConstants.java | 8 ++-
.../modules/eips/pages/circuitBreaker-eip.adoc | 48 +++++++++++++
.../org/apache/camel/model/circuitBreaker.json | 4 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 9 +++
.../dsl/jbang/core/commands/ai/eip-samples.json | 4 ++
11 files changed, 294 insertions(+), 6 deletions(-)
create mode 100644
components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceOpenWithFallbackExchangePropertyTest.java
create mode 100644
components/camel-resilience4j/src/test/java/org/apache/camel/component/resilience4j/ResilienceOpenWithFallbackExchangePropertyTest.java