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

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


The following commit(s) were added to refs/heads/main by this push:
     new 654d7d77b984 enable ppc64le support for camel-cassandraql (#20456)
654d7d77b984 is described below

commit 654d7d77b98479a39d8cf3022b1f01abc3bd515b
Author: Anushka Juli <[email protected]>
AuthorDate: Tue Dec 16 15:10:45 2025 +0530

    enable ppc64le support for camel-cassandraql (#20456)
    
    Co-authored-by: anushkajuli <[email protected]>
---
 components/camel-cassandraql/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/components/camel-cassandraql/pom.xml 
b/components/camel-cassandraql/pom.xml
index 857e2d322f50..47c4a7c772e7 100644
--- a/components/camel-cassandraql/pom.xml
+++ b/components/camel-cassandraql/pom.xml
@@ -34,10 +34,6 @@
     <description>Cassandra CQL3 support</description>
 
     <properties>
-        <!-- Cassandra does not run reliably on Power.
-            See https://issues.apache.org/jira/browse/INFRA-25195
-        -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
         <!-- Make use of native access during IT test execution only -->
         
<camel.failsafe.fork.additional-vmargs>--enable-native-access=ALL-UNNAMED</camel.failsafe.fork.additional-vmargs>
     </properties>

Reply via email to