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

fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 1df033fa2a81 CAMEL-23276: Fix Javadoc and protect files list from 
mutation
     new c28e0d715645 CAMEL-23252: Add onReload hook to ContextServicePlugin 
for dev-mode route reloading
     new 098e1e704060 CAMEL-23252: Fix formatting and import sort order

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:
 .../spi/ContextServiceLoaderPluginResolver.java    |   6 +
 .../org/apache/camel/spi/ContextServicePlugin.java |  16 ++
 .../engine/DefaultContextServiceLoaderPlugin.java  |  15 ++
 .../RouteWatcherReloadStrategyOnReloadTest.java    | 169 +++++++++++++++++++++
 .../camel/support/RouteWatcherReloadStrategy.java  |   8 +
 5 files changed, 214 insertions(+)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/support/RouteWatcherReloadStrategyOnReloadTest.java

Reply via email to