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 fb7f941333d0 Hapi-fhir ppc64le integration tests activation (#25533)
fb7f941333d0 is described below
commit fb7f941333d0e506317347dd64e608a256cb7f84
Author: Megha-Megha13 <[email protected]>
AuthorDate: Fri Aug 28 14:26:27 2026 +0530
Hapi-fhir ppc64le integration tests activation (#25533)
Enables ppc64le integration test coverage for camel-fhir by providing a
ppc64le-compatible HAPI FHIR container image
(icr.io/ppc64le-oss/hapi-fhir-ppc64le:8.10.0) and removing the skipITs.ppc64le
flag that previously disabled these tests on that architecture. Verified on a
PowerPC machine by the contributor.
Closes #25533
---
components/camel-fhir/pom.xml | 1 -
.../org/apache/camel/test/infra/fhir/services/container.properties | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-fhir/pom.xml b/components/camel-fhir/pom.xml
index bc545429a105..2c2545d1a2b8 100644
--- a/components/camel-fhir/pom.xml
+++ b/components/camel-fhir/pom.xml
@@ -34,7 +34,6 @@
<properties>
<!-- FHIR container is not available on these platforms -->
- <skipITs.ppc64le>true</skipITs.ppc64le>
<skipITs.s390x>true</skipITs.s390x>
</properties>
diff --git
a/test-infra/camel-test-infra-fhir/src/main/resources/org/apache/camel/test/infra/fhir/services/container.properties
b/test-infra/camel-test-infra-fhir/src/main/resources/org/apache/camel/test/infra/fhir/services/container.properties
index 88bb63a8a002..a1050758265c 100644
---
a/test-infra/camel-test-infra-fhir/src/main/resources/org/apache/camel/test/infra/fhir/services/container.properties
+++
b/test-infra/camel-test-infra-fhir/src/main/resources/org/apache/camel/test/infra/fhir/services/container.properties
@@ -15,3 +15,4 @@
## limitations under the License.
## ---------------------------------------------------------------------------
fhir.container=mirror.gcr.io/hapiproject/hapi:v8.10.0-3
+fhir.container.ppc64le=icr.io/ppc64le-oss/hapi-fhir-ppc64le:8.10.0