You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/11 19:45:38 UTC

[camel-quarkus] branch master updated: Fix #251 Unrecognized configuration key (#254)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94ac2e6  Fix #251 Unrecognized configuration key (#254)
94ac2e6 is described below

commit 94ac2e636b6125c3eb91650a093b94d178dfa950
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Oct 11 21:45:34 2019 +0200

    Fix #251 Unrecognized configuration key (#254)
    
    "quarkus.camel.servlet.url-patterns" provided
---
 integration-tests/twitter/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/integration-tests/twitter/src/main/resources/application.properties b/integration-tests/twitter/src/main/resources/application.properties
index c0f95bf..5beb8f2 100644
--- a/integration-tests/twitter/src/main/resources/application.properties
+++ b/integration-tests/twitter/src/main/resources/application.properties
@@ -31,9 +31,6 @@ quarkus.camel.dump-routes=true
 #
 camel.context.name = quarkus-camel-example
 
-quarkus.camel.servlet.url-patterns=/twitter/*
-
-
 twitter.user.name={{env:TWITTER_USER_NAME}}
 #
 # Camel :: Twitter Timeline