This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 0d8e2b0 Clean up usage of quarkus.test.flat-class-path
0d8e2b0 is described below
commit 0d8e2b0905024324cb11dc54459c0e6207a6b8ae
Author: James Netherton <[email protected]>
AuthorDate: Fri Feb 4 14:36:12 2022 +0000
Clean up usage of quarkus.test.flat-class-path
---
.../debezium/src/main/resources/application.properties | 1 -
.../ftp/src/main/resources/application.properties | 17 -----------------
.../jslt/src/main/resources/application.properties | 1 -
.../src/main/resources/application.properties | 1 -
4 files changed, 20 deletions(-)
diff --git
a/integration-tests/debezium/src/main/resources/application.properties
b/integration-tests/debezium/src/main/resources/application.properties
index 25fd961..6be700d 100644
--- a/integration-tests/debezium/src/main/resources/application.properties
+++ b/integration-tests/debezium/src/main/resources/application.properties
@@ -17,4 +17,3 @@
#sql docker container's security is enabled
quarkus.ssl.native=true
-quarkus.test.flat-class-path=true
diff --git a/integration-tests/ftp/src/main/resources/application.properties
b/integration-tests/ftp/src/main/resources/application.properties
deleted file mode 100644
index eaabb9f7..0000000
--- a/integration-tests/ftp/src/main/resources/application.properties
+++ /dev/null
@@ -1,17 +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.
-## ---------------------------------------------------------------------------
-quarkus.test.flat-class-path=true
\ No newline at end of file
diff --git a/integration-tests/jslt/src/main/resources/application.properties
b/integration-tests/jslt/src/main/resources/application.properties
index c03db50..4e42ad5 100644
--- a/integration-tests/jslt/src/main/resources/application.properties
+++ b/integration-tests/jslt/src/main/resources/application.properties
@@ -16,4 +16,3 @@
## ---------------------------------------------------------------------------
quarkus.native.resources.includes =
demoPlayground/*.json,objectFilter/*.json,withVariables/*.json
-quarkus.test.flat-class-path=true
diff --git
a/integration-tests/xmlsecurity/src/main/resources/application.properties
b/integration-tests/xmlsecurity/src/main/resources/application.properties
index 2117679..29514b0 100644
--- a/integration-tests/xmlsecurity/src/main/resources/application.properties
+++ b/integration-tests/xmlsecurity/src/main/resources/application.properties
@@ -15,4 +15,3 @@
## limitations under the License.
## ---------------------------------------------------------------------------
quarkus.native.resources.includes=*.xsl
-quarkus.test.flat-class-path=true