jamesnetherton commented on a change in pull request #6: URL: https://github.com/apache/camel-quarkus-examples/pull/6#discussion_r502887229
########## File path: timer-log-xml/src/main/resources/application.properties ########## @@ -30,4 +30,5 @@ camel.context.name = quarkus-camel-example-timer-log-xml # # Camel Main # -camel.main.xml-routes = file:src/main/resources/routes/my-routes.xml +camel.main.xml-routes = classpath:routes/my-routes.xml +quarkus.camel.native.resources.include-patterns = routes/*.xml Review comment: We should maybe add a TODO note to remove the `include-patterns` after the next CQ release, because I fixed things so that the route XML file is automatically registered as a native resource. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org