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 7f20c8e51526 Regen
add e1da8e764e7c CAMEL-24862: the recursive file watcher watches
directories created while it runs, and ignores the compile work directory
No new revisions were added by this update.
Summary of changes:
.../FileWatcherResourceReloadStrategyTest.java | 89 ++++++++++++++++++++++
.../support/FileWatcherResourceReloadStrategy.java | 78 ++++++++++++++++++-
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 9 +++
3 files changed, 175 insertions(+), 1 deletion(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/support/FileWatcherResourceReloadStrategyTest.java