You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/03 16:42:14 UTC

[camel] branch camel-4.0.x updated: Enable Camel components on s390x (#11633)

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

acosentino pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 86ae5294366 Enable Camel components on s390x (#11633)
86ae5294366 is described below

commit 86ae5294366f12b1c71dc109137011fbfa563b71
Author: Dale Fu <35...@users.noreply.github.com>
AuthorDate: Tue Oct 3 12:42:06 2023 -0400

    Enable Camel components on s390x (#11633)
    
    * Enable cassandraql component on s390x
    
    * Enable zookeeper components on s390x
    
    * (chores) camel-rocketmq: disable tests on unsupported platforms (#11072)
    
    ---------
    
    Co-authored-by: Otavio Rodolfo Piske <or...@users.noreply.github.com>
---
 components/camel-cassandraql/pom.xml      | 1 -
 components/camel-rocketmq/pom.xml         | 8 ++++++++
 components/camel-zookeeper-master/pom.xml | 1 -
 components/camel-zookeeper/pom.xml        | 5 -----
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/components/camel-cassandraql/pom.xml b/components/camel-cassandraql/pom.xml
index c02a4a8e4f8..9865f39081a 100644
--- a/components/camel-cassandraql/pom.xml
+++ b/components/camel-cassandraql/pom.xml
@@ -36,7 +36,6 @@
     <properties>
         <!-- Cassandra is not available on these platforms -->
         <skipITs.ppc64le>true</skipITs.ppc64le>
-        <skipITs.s390x>true</skipITs.s390x>
     </properties>
 
     <dependencies>
diff --git a/components/camel-rocketmq/pom.xml b/components/camel-rocketmq/pom.xml
index 26f61b1c074..cea61392a20 100644
--- a/components/camel-rocketmq/pom.xml
+++ b/components/camel-rocketmq/pom.xml
@@ -32,6 +32,14 @@
     <name>Camel :: RocketMQ</name>
     <description>Camel RocketMQ Component</description>
 
+    <properties>
+        <!-- RocketMQ container is only available on x86 -->
+        <skipTests.ppc64le>true</skipTests.ppc64le>
+        <skipTests.s390x>true</skipTests.s390x>
+        <skipTests.aarch64>true</skipTests.aarch64>
+    </properties>
+
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-zookeeper-master/pom.xml b/components/camel-zookeeper-master/pom.xml
index f598ece9f48..3fadccbd097 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -34,7 +34,6 @@
 
     <properties>
         <!-- Zookeeper container is not available on this platform -->
-        <skipITs.s390x>true</skipITs.s390x>
         <skipITs.aarch64>true</skipITs.aarch64>
     </properties>
 
diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml
index b2af3a6d537..4102a5dd205 100644
--- a/components/camel-zookeeper/pom.xml
+++ b/components/camel-zookeeper/pom.xml
@@ -32,11 +32,6 @@
     <name>Camel :: Zookeeper</name>
     <description>Camel Zookeeper Support</description>
 
-    <properties>
-        <!-- Zookeeper container is not available on this platform -->
-        <skipITs.s390x>true</skipITs.s390x>
-    </properties>
-
     <dependencies>
 
         <dependency>