You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/31 15:27:17 UTC

[camel] branch regen_bot updated (637a381c31e -> e7fb04ba197)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 637a381c31e CAMEL-18669: camel-jbang - Using resilience4j as CB should include include dependency
     add e7fb04ba197 camel-mp-fault-tolerance - Add dev console and Camel CLI command

No new revisions were added by this update.

Summary of changes:
 .../camel-microprofile-fault-tolerance/pom.xml     |  4 +
 .../org/apache/camel/dev-console/fault-tolerance   |  2 +
 .../faulttolerance/FaultToleranceConsole.java      | 92 ++++++++++++++++++++++
 .../faulttolerance/FaultToleranceProcessor.java    | 15 ++++
 .../component/resilience4j/ResilienceConsole.java  | 16 ++++
 .../camel/cli/connector/LocalCliConnector.java     |  7 ++
 .../core/commands/process/ListCircuitBreaker.java  | 42 +++++++++-
 7 files changed, 175 insertions(+), 3 deletions(-)
 create mode 100644 components/camel-microprofile/camel-microprofile-fault-tolerance/src/generated/resources/META-INF/services/org/apache/camel/dev-console/fault-tolerance
 create mode 100644 components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceConsole.java