This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 46938040fd7 Add 3.20.x/Camel 3.x branch for deploy as well.
new 4c29f2058d4 CAMEL-19320: camel-jbang - Reload on demand
new d554370d04a 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