GitHub user onders86 opened a pull request:
https://github.com/apache/camel/pull/1759
CAMEL-11275 FileWatcherReloadStrategy watches sub directories as well if
isRecursive is true
FileWatcherReloadStrategy will watch sub-directories for a given path. This
implementation will help if you have xml based routes configuration and for a
given camelContext and if you have routeContexts imported and those imported
xml routes are part of subdirectory of the camelContext. (see
camel-example-reload)
isRecursive flag is defaulted to be false to avoid potential Shutdown
problems if you have multiple xml route configurations and none are imported
and somehow they are nested under the same path.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/onders86/camel CAMEL-11275
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1759.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1759
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---