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

davsclaus pushed a change to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 95ddb6e4714 Update rest-component.adoc (#9995)
     new 7c499b4d31c CAMEL-19320: camel-jbang - Reload on demand
     new 109771c4d04 Fix CS
     new ecffe7492ba CAMEL-19320: camel-jbang - Reload on demand

The 3 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 ++---
 .../support/DefaultContextReloadStrategy.java      |   5 +
 .../support/FileWatcherResourceReloadStrategy.java |  25 +++--
 .../camel/support/RouteOnDemandReloadStrategy.java | 112 +++++++++++++++++++++
 .../camel/support/RouteWatcherReloadStrategy.java  |  47 +++++++--
 .../camel/cli/connector/LocalCliConnector.java     |  26 ++++-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |  55 +++++-----
 8 files changed, 238 insertions(+), 63 deletions(-)
 create mode 100644 
core/camel-support/src/main/java/org/apache/camel/support/RouteOnDemandReloadStrategy.java

Reply via email to