You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/22 07:10:58 UTC

[camel-quarkus-examples] branch master updated: Remove include-patterns property for routes XML since this is now done automatically

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f5cac4  Remove include-patterns property for routes XML since this is now done automatically
3f5cac4 is described below

commit 3f5cac426fcee2545e7785711b218d29396490d7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Oct 22 07:18:13 2020 +0100

    Remove include-patterns property for routes XML since this is now done automatically
---
 timer-log-xml/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/timer-log-xml/src/main/resources/application.properties b/timer-log-xml/src/main/resources/application.properties
index 5120e82..e1e0b49 100644
--- a/timer-log-xml/src/main/resources/application.properties
+++ b/timer-log-xml/src/main/resources/application.properties
@@ -31,6 +31,3 @@ camel.context.name = quarkus-camel-example-timer-log-xml
 # Camel Main
 #
 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