You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/27 10:08:54 UTC

[GitHub] [camel-examples] essobedo opened a new pull request #59: Fix route reload configuration

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-examples] davsclaus merged pull request #59: Fix route reload configuration

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #59:
URL: https://github.com/apache/camel-examples/pull/59


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org