This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit c492548aaebe0ebe06f8deee7d69dfd0ada88ff2 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Sun Jun 21 16:04:51 2020 +0200 Remove unneccessary properties from integration-tests and remove empty files --- .../aws/src/main/resources/application.properties | 5 ----- .../aws2/src/main/resources/application.properties | 4 ---- .../bean/src/main/resources/application.properties | 5 ----- .../core/src/main/resources/application.properties | 5 ----- .../http/src/main/resources/application.properties | 4 +--- .../src/main/resources/application.properties | 21 --------------------- .../jdbc/src/main/resources/application.properties | 5 ----- .../mail/src/main/resources/application.properties | 5 ----- .../src/main/resources/application.properties | 1 - .../src/main/resources/application.properties | 6 ------ .../src/main/resources/application.properties | 4 ---- .../src/main/resources/application.properties | 21 --------------------- .../src/main/resources/application.properties | 5 ----- .../slack/src/main/resources/application.properties | 5 ----- .../src/main/resources/application.properties | 6 +----- 15 files changed, 2 insertions(+), 100 deletions(-) diff --git a/integration-tests/aws/src/main/resources/application.properties b/integration-tests/aws/src/main/resources/application.properties index e363e39..b683b40 100644 --- a/integration-tests/aws/src/main/resources/application.properties +++ b/integration-tests/aws/src/main/resources/application.properties @@ -20,11 +20,6 @@ quarkus.ssl.native=true # -# Camel -# -camel.context.name = quarkus-camel-example - -# # Camel :: AWS S3 # camel.component.aws-s3.access-key={{env:AWS_ACCESS_KEY}} diff --git a/integration-tests/aws2/src/main/resources/application.properties b/integration-tests/aws2/src/main/resources/application.properties index f42c753..7c2f77b 100644 --- a/integration-tests/aws2/src/main/resources/application.properties +++ b/integration-tests/aws2/src/main/resources/application.properties @@ -14,10 +14,6 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -# -# Camel -# -camel.context.name = quarkus-camel-example # # Camel :: AWS2 options diff --git a/integration-tests/bean/src/main/resources/application.properties b/integration-tests/bean/src/main/resources/application.properties index 98f8cc8..b3f34ca 100644 --- a/integration-tests/bean/src/main/resources/application.properties +++ b/integration-tests/bean/src/main/resources/application.properties @@ -19,10 +19,5 @@ # quarkus.ssl.native=true -# -# Camel -# -camel.context.name = quarkus-camel-example - # A test value my.foo.property = foo diff --git a/integration-tests/core/src/main/resources/application.properties b/integration-tests/core/src/main/resources/application.properties index c1c7da7..cf44bab 100644 --- a/integration-tests/core/src/main/resources/application.properties +++ b/integration-tests/core/src/main/resources/application.properties @@ -29,8 +29,3 @@ quarkus.camel.native.reflection.exclude-patterns = org.apache.commons.lang3.tupl quarkus.camel.runtime-catalog.languages = false quarkus.camel.native.resources.include-patterns = include-pattern-folder/* quarkus.camel.native.resources.exclude-patterns = exclude-pattern-folder/*,include-pattern-folder/excluded.txt - -# -# Camel -# -camel.context.name = quarkus-camel-example \ No newline at end of file diff --git a/integration-tests/http/src/main/resources/application.properties b/integration-tests/http/src/main/resources/application.properties index 17e37ec..0892e7c 100644 --- a/integration-tests/http/src/main/resources/application.properties +++ b/integration-tests/http/src/main/resources/application.properties @@ -16,8 +16,6 @@ ## --------------------------------------------------------------------------- # -# Camel +# Quarkus # -camel.context.name = quarkus-camel-example - quarkus.native.additional-build-args = -H:IncludeResources=jsse/keystore.p12 diff --git a/integration-tests/infinispan/src/main/resources/application.properties b/integration-tests/infinispan/src/main/resources/application.properties deleted file mode 100644 index 936eeb8..0000000 --- a/integration-tests/infinispan/src/main/resources/application.properties +++ /dev/null @@ -1,21 +0,0 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# -# Camel -# -camel.context.name = quarkus-camel-example diff --git a/integration-tests/jdbc/src/main/resources/application.properties b/integration-tests/jdbc/src/main/resources/application.properties index 982b27a..a9ba189 100644 --- a/integration-tests/jdbc/src/main/resources/application.properties +++ b/integration-tests/jdbc/src/main/resources/application.properties @@ -22,8 +22,3 @@ quarkus.datasource.camel-ds.url=jdbc:h2:tcp://localhost/mem:test quarkus.datasource.camel-ds.driver=org.h2.Driver quarkus.datasource.camel-ds.max-size=8 quarkus.datasource.camel-ds.min-size=2 - -# -# Camel -# -camel.context.name = quarkus-camel-example diff --git a/integration-tests/mail/src/main/resources/application.properties b/integration-tests/mail/src/main/resources/application.properties index 498f2d5..f5e2b17 100644 --- a/integration-tests/mail/src/main/resources/application.properties +++ b/integration-tests/mail/src/main/resources/application.properties @@ -19,8 +19,3 @@ # Quarkus # quarkus.ssl.native=true - -# -# Camel -# -camel.context.name = quarkus-camel-example diff --git a/integration-tests/microprofile/src/main/resources/application.properties b/integration-tests/microprofile/src/main/resources/application.properties index 4381bd3..63749c9 100644 --- a/integration-tests/microprofile/src/main/resources/application.properties +++ b/integration-tests/microprofile/src/main/resources/application.properties @@ -20,7 +20,6 @@ # quarkus.camel.metrics.enable-message-history = true - # # Camel # diff --git a/integration-tests/reactive-streams/src/main/resources/application.properties b/integration-tests/reactive-streams/src/main/resources/application.properties index 2e66d1c..b4aa14b 100644 --- a/integration-tests/reactive-streams/src/main/resources/application.properties +++ b/integration-tests/reactive-streams/src/main/resources/application.properties @@ -16,12 +16,6 @@ ## --------------------------------------------------------------------------- # -# Camel -# -camel.context.name = quarkus-camel-example - -# # Camel :: Reactive Streams # - camel.component.reactive-streams.backpressure-strategy = LATEST diff --git a/integration-tests/salesforce/src/main/resources/application.properties b/integration-tests/salesforce/src/main/resources/application.properties index d0858b4..6b07dbf 100644 --- a/integration-tests/salesforce/src/main/resources/application.properties +++ b/integration-tests/salesforce/src/main/resources/application.properties @@ -19,10 +19,6 @@ # Quarkus # quarkus.ssl.native=true -# -# Camel -# -camel.context.name = quarkus-camel-example # # Camel :: Salesforce diff --git a/integration-tests/send-dynamic-http/src/main/resources/application.properties b/integration-tests/send-dynamic-http/src/main/resources/application.properties deleted file mode 100644 index 936eeb8..0000000 --- a/integration-tests/send-dynamic-http/src/main/resources/application.properties +++ /dev/null @@ -1,21 +0,0 @@ -## --------------------------------------------------------------------------- -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## --------------------------------------------------------------------------- - -# -# Camel -# -camel.context.name = quarkus-camel-example diff --git a/integration-tests/servlet/src/main/resources/application.properties b/integration-tests/servlet/src/main/resources/application.properties index ba45598..c998164 100644 --- a/integration-tests/servlet/src/main/resources/application.properties +++ b/integration-tests/servlet/src/main/resources/application.properties @@ -28,8 +28,3 @@ quarkus.camel.servlet.my-named-servlet.url-patterns=/my-named-folder/* quarkus.camel.servlet.my-named-servlet.servlet-class=org.apache.camel.quarkus.component.servlet.CustomServlet quarkus.camel.servlet.ignored-key.servlet-name=my-favorite-servlet quarkus.camel.servlet.ignored-key.url-patterns=/my-favorite-folder/* - -# -# Camel -# -camel.context.name = quarkus-camel-example diff --git a/integration-tests/slack/src/main/resources/application.properties b/integration-tests/slack/src/main/resources/application.properties index 729b329..cdbbe3f 100644 --- a/integration-tests/slack/src/main/resources/application.properties +++ b/integration-tests/slack/src/main/resources/application.properties @@ -16,11 +16,6 @@ ## --------------------------------------------------------------------------- # -# Camel -# -camel.context.name = quarkus-camel-example - -# # Camel :: Slack # camel.component.slack.webhook-url={{env:SLACK_WEBHOOK_URL:http://localhost:8099/webhook}} diff --git a/integration-tests/twitter/src/main/resources/application.properties b/integration-tests/twitter/src/main/resources/application.properties index cadf636..4791070 100644 --- a/integration-tests/twitter/src/main/resources/application.properties +++ b/integration-tests/twitter/src/main/resources/application.properties @@ -19,12 +19,8 @@ # quarkus.ssl.native=true -# -# Camel -# -camel.context.name = quarkus-camel-example - twitter.user.name={{env:TWITTER_USER_NAME}} + # # Camel :: Twitter Timeline #