This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/CAMEL-24258-ft-cleanup
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 4ded8368eed7 CAMEL-24258: camel-microprofile-fault-tolerance - Remove
dead timeoutPoolSize, add live call counters, rename FailureRate to
FailureRatio, add reset operation
add 240b97ee8a37 CAMEL-24215: camel-resilience4j - JMX
waitDurationInOpenState now returns millis
add e241221510d6 CAMEL-24215: Circuit breaker dev consoles expose
configuration details
add fd272f1a05ce CAMEL-16789: Fix circuit breaker copy constructor bugs
(#25110)
add 04801cfb35e6 chore: Bump actions/setup-java from v5.2.0 to v5.6.0
across CI workflows (#25112)
add 2ddeb89857ac CAMEL-24258: camel-microprofile-fault-tolerance - Remove
dead timeoutPoolSize, add live call counters, rename FailureRate to
FailureRatio, add reset operation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4ded8368eed7)
\
N -- N -- N refs/heads/feature/CAMEL-24258-ft-cleanup
(2ddeb89857ac)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/alternative-os-build-main.yml | 2 +-
.github/workflows/camel-launcher-native-exe.yml | 6 +++---
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/main-build.yml | 2 +-
.github/workflows/pr-build-main.yml | 2 +-
.github/workflows/security-scan.yml | 2 +-
.github/workflows/sonar-build.yml | 2 +-
.github/workflows/sonar-scan.yml | 2 +-
.../faulttolerance/FaultToleranceConsole.java | 16 ++++++++++++++++
.../component/resilience4j/ResilienceConsole.java | 22 ++++++++++++++++++++++
.../resilience4j/ResilienceProcessor.java | 2 +-
.../model/FaultToleranceConfigurationCommon.java | 1 +
.../model/Resilience4jConfigurationCommon.java | 2 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 11 +++++++++++
14 files changed, 62 insertions(+), 12 deletions(-)