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 2022/06/08 10:46:03 UTC

[camel-quarkus] 01/02: Remove redundant flat class path configuration from Cassandra tests

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

commit ecbf6372746ec84337fc9e8dadcc63c878935910
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jun 8 08:55:24 2022 +0100

    Remove redundant flat class path configuration from Cassandra tests
    
    Fixes #3621
---
 .../cassandraql/src/main/resources/application.properties              | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/integration-tests/cassandraql/src/main/resources/application.properties b/integration-tests/cassandraql/src/main/resources/application.properties
index eb7da2838f..9f039d5715 100644
--- a/integration-tests/cassandraql/src/main/resources/application.properties
+++ b/integration-tests/cassandraql/src/main/resources/application.properties
@@ -15,8 +15,5 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-# Required for the object serialization / deserialization logic in CassandraCamelCodec to work correctly under test
-quarkus.test.flat-class-path=true
-
 # Required for camel-cassandra AggregationStrategy
 quarkus.camel.native.reflection.serialization-enabled = true