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 12:46:42 UTC

[camel] branch regen_bot updated (814c5c9e81f -> fb8875c4cc7)

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 814c5c9e81f CAMEL-18651: camel-jbang - CLI command to get micrometer metrics
     add a6dcfd06bfe camel-resilienc4j - Add dev console and Camel CLI command
     add fb8875c4cc7 camel-resilienc4j - Add dev console and Camel CLI command

No new revisions were added by this update.

Summary of changes:
 components/camel-resilience4j/pom.xml              |  4 +
 .../org/apache/camel/dev-console/resilience4j      |  2 +
 .../component/resilience4j/ResilienceConsole.java  | 91 ++++++++++++++++++++++
 .../camel/cli/connector/LocalCliConnector.java     |  7 ++
 .../dsl/jbang/core/commands/CamelJBangMain.java    |  2 +
 .../{ListBlocked.java => ListCircuitBreaker.java}  | 69 ++++++++++------
 6 files changed, 152 insertions(+), 23 deletions(-)
 create mode 100644 components/camel-resilience4j/src/generated/resources/META-INF/services/org/apache/camel/dev-console/resilience4j
 create mode 100644 components/camel-resilience4j/src/main/java/org/apache/camel/component/resilience4j/ResilienceConsole.java
 copy dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/{ListBlocked.java => ListCircuitBreaker.java} (63%)