This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 024e14284b1 Merge branch 'release/4.0.0-M3' new 2b8ba9da93f CAMEL-19320: camel-jbang - Reload on demand new 5b836fe80ea Fix CS The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/impl/engine/DefaultRoutesLoader.java | 6 +- .../camel/impl/console/ContextDevConsole.java | 25 ++--- .../apache/camel/main/MainPropertiesReload.java | 5 +- .../support/DefaultContextReloadStrategy.java | 5 + .../support/FileWatcherResourceReloadStrategy.java | 25 +++-- .../camel/support/RouteOnDemandReloadStrategy.java | 112 +++++++++++++++++++++ .../camel/support/RouteWatcherReloadStrategy.java | 54 +++++++--- .../camel/cli/connector/LocalCliConnector.java | 26 ++++- .../apache/camel/dsl/jbang/core/commands/Run.java | 55 +++++----- 9 files changed, 246 insertions(+), 67 deletions(-) create mode 100644 core/camel-support/src/main/java/org/apache/camel/support/RouteOnDemandReloadStrategy.java