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/05/08 09:39:10 UTC

[camel] branch regen_bot_3x updated (73a8e1e423f -> 7675fd4ada9)

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

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


    from 73a8e1e423f CAMEL-19320: camel-jbang - Reload on demand
     add 971f0499fd1 CAMEL-19326: camel-jbang - Register reload services eager
     add 7675fd4ada9 Regen for commit 971f0499fd1098f2a106331cdc4f32ed8667ee3b

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/spi/ContextReloadStrategy.java    | 25 +---------------------
 ...textReloadStrategy.java => ReloadStrategy.java} | 11 ++++------
 .../apache/camel/spi/ResourceReloadStrategy.java   | 20 ++---------------
 .../camel/impl/console/ContextDevConsole.java      | 19 +++++-----------
 .../support/FileWatcherResourceReloadStrategy.java |  5 +++++
 .../camel/support/RouteOnDemandReloadStrategy.java |  1 +
 .../camel/support/RouteWatcherReloadStrategy.java  |  5 ++---
 .../camel/cli/connector/LocalCliConnector.java     | 25 ++++++----------------
 .../java/org/apache/camel/main/KameletMain.java    | 11 ++++++++++
 9 files changed, 38 insertions(+), 84 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/spi/{ContextReloadStrategy.java => ReloadStrategy.java} (78%)