essobedo opened a new pull request #59: URL: https://github.com/apache/camel-examples/pull/59
## Motivation In the examples `main-xml` and `main-yaml`, the routes are not automatically reloaded when the route file is modified while the route reloading feature is enabled. ## Modifications Since, by default the parameter `camel.main.routes-reload-directory-recursive` is `false` and `camel.main.routes-reload-directory` has been set to `src/main/resources`, the modifications of a file in the directory `routes` can not be detected. * Modifies the base directory to watch in order to detect modifications in the route file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
