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/05/27 08:36:01 UTC

[camel] branch regen_bot updated (9ca5e4c2128 -> ff04d28b150)

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 9ca5e4c2128 Regen for commit e027444242cc85c4f7f8306856679e4ac042b301
     add 9ccda4b9a15 camel-console - Add route console to dump route stats
     add b7e31c91ea1 camel-console - Add route console to dump route stats
     add ff04d28b150 camel-console - Add route console to dump route stats

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/AbstractCamelContext.java    |  5 +-
 .../services/org/apache/camel/dev-console/route    |  2 +-
 .../camel/impl/console/ContextDevConsole.java      |  5 +-
 .../apache/camel/impl/console/RouteDevConsole.java | 89 ++++++++++++++++++++++
 .../camel/management/mbean/ManagedRoute.java       |  2 +-
 .../camel/support/RouteWatcherReloadStrategy.java  |  5 +-
 .../org/apache/camel/main/VertxHttpServer.java     | 40 ++++++++--
 7 files changed, 135 insertions(+), 13 deletions(-)
 copy components/camel-amqp/src/generated/resources/META-INF/services/org/apache/camel/component/amqp => core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/route (52%)
 create mode 100644 core/camel-console/src/main/java/org/apache/camel/impl/console/RouteDevConsole.java