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 2023/06/12 13:49:22 UTC

[camel] branch regen_bot updated (de39c598406 -> 192e628752c)

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 de39c598406 Upgrade Maven Surefire and Failsafe plugin from 3.1.0 to 3.1.2
     add e2f29dc7293 CAMEL-18597: Add dev console for route circuit breaker and support in the jbang command.
     add 192e628752c Regen for commit e2f29dc7293fd7f490a6f2c4ca5b57a110645e44

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/dev-console/route-circuit-breaker |  2 +
 .../console/RouteCircuitBreakerDevConsole.java     | 80 ++++++++++++++++++++++
 .../throttling/ThrottlingExceptionRoutePolicy.java | 15 +++-
 .../camel/cli/connector/LocalCliConnector.java     |  7 ++
 .../core/commands/process/ListCircuitBreaker.java  | 19 ++++-
 5 files changed, 120 insertions(+), 3 deletions(-)
 create mode 100644 core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/route-circuit-breaker
 create mode 100644 core/camel-console/src/main/java/org/apache/camel/impl/console/RouteCircuitBreakerDevConsole.java