You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/11 09:49:57 UTC

[camel-quarkus-examples] 01/02: Replacing file resolve with classpath resolver.

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit ca53ad93141895b9df75630f6313defc5a595efa
Author: chandrashekhar <ch...@localhost>
AuthorDate: Sun Oct 11 09:44:13 2020 +0530

    Replacing file resolve with classpath resolver.
---
 timer-log-xml/src/main/resources/application.properties | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/timer-log-xml/src/main/resources/application.properties b/timer-log-xml/src/main/resources/application.properties
index a711cde..5120e82 100644
--- a/timer-log-xml/src/main/resources/application.properties
+++ b/timer-log-xml/src/main/resources/application.properties
@@ -30,4 +30,7 @@ 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
+
+# TODO remove this after Camel Quarkus 1.2.0 https://github.com/apache/camel-quarkus/issues/1901
+quarkus.camel.native.resources.include-patterns = routes/*.xml