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

apupier 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 aafa732e4867 Enable ppc64le support for pulsar
aafa732e4867 is described below

commit aafa732e4867f47f4cf34d87909284f2c7af26e8
Author: harithanagothu2 <[email protected]>
AuthorDate: Tue Sep 1 05:45:36 2026 -0400

    Enable ppc64le support for pulsar
---
 components/camel-pulsar/pom.xml                                          | 1 -
 .../org/apache/camel/test/infra/pulsar/services/container.properties     | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml
index 536675ce5cbd..62b0fc3b98b9 100644
--- a/components/camel-pulsar/pom.xml
+++ b/components/camel-pulsar/pom.xml
@@ -34,7 +34,6 @@
 
     <properties>
         <!-- Pulsar container is only available on x86 -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
         <skipITs.aarch64>true</skipITs.aarch64>
         <camel.surefire.fork.additional-vmargs>--add-opens 
java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED 
--add-exports=java.base/sun.net=ALL-UNNAMED</camel.surefire.fork.additional-vmargs>
diff --git 
a/test-infra/camel-test-infra-pulsar/src/main/resources/org/apache/camel/test/infra/pulsar/services/container.properties
 
b/test-infra/camel-test-infra-pulsar/src/main/resources/org/apache/camel/test/infra/pulsar/services/container.properties
index 9344f2c6fced..b1f20b5164bc 100644
--- 
a/test-infra/camel-test-infra-pulsar/src/main/resources/org/apache/camel/test/infra/pulsar/services/container.properties
+++ 
b/test-infra/camel-test-infra-pulsar/src/main/resources/org/apache/camel/test/infra/pulsar/services/container.properties
@@ -15,3 +15,4 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 pulsar.container=mirror.gcr.io/apachepulsar/pulsar:4.2.3
+pulsar.container.ppc64le=icr.io/ppc64le-oss/pulsar-ppc64le:4.2.3

Reply via email to