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

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


The following commit(s) were added to refs/heads/camel-4.14.x by this push:
     new ad385ab6e6ca [4.14.x] CAMEL-24240: Align all FHIR core dependencies
ad385ab6e6ca is described below

commit ad385ab6e6ca3b12ee02b447f29f13da0da985a5
Author: James Netherton <[email protected]>
AuthorDate: Wed Jul 22 15:39:53 2026 +0100

    [4.14.x] CAMEL-24240: Align all FHIR core dependencies
    
    CAMEL-24240: Align all FHIR core dependencies
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 components/camel-fhir/camel-fhir-component/pom.xml | 27 +++++++++++++++++++++-
 .../fhir/FhirCustomClientConfigurationIT.java      |  6 +++++
 parent/pom.xml                                     |  4 ++--
 3 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/components/camel-fhir/camel-fhir-component/pom.xml 
b/components/camel-fhir/camel-fhir-component/pom.xml
index fa919bf313d4..ffacadb3510e 100644
--- a/components/camel-fhir/camel-fhir-component/pom.xml
+++ b/components/camel-fhir/camel-fhir-component/pom.xml
@@ -49,7 +49,32 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.utilities</artifactId>
-                <version>${hapi-fhir-utilities-version}</version>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu2</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu3</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.r4</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.r5</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu2016may</artifactId>
+                <version>${hapi-fhir-core-version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
 
b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
index d715162a052e..f56409b9cd8e 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
+++ 
b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
@@ -43,6 +43,7 @@ import ca.uhn.fhir.rest.gclient.IHistory;
 import ca.uhn.fhir.rest.gclient.IMeta;
 import ca.uhn.fhir.rest.gclient.IOperation;
 import ca.uhn.fhir.rest.gclient.IPatch;
+import ca.uhn.fhir.rest.gclient.IRawHttp;
 import ca.uhn.fhir.rest.gclient.IRead;
 import ca.uhn.fhir.rest.gclient.ITransaction;
 import ca.uhn.fhir.rest.gclient.IUntypedQuery;
@@ -270,6 +271,11 @@ public class FhirCustomClientConfigurationIT extends 
AbstractFhirTestSupport {
             return null;
         }
 
+        @Override
+        public IRawHttp rawHttpRequest() {
+            return null;
+        }
+
         @Override
         public IPatch patch() {
             return null;
diff --git a/parent/pom.xml b/parent/pom.xml
index efeac2cc25d4..49b1c9d91612 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -220,8 +220,8 @@
         <hamcrest-version>3.0</hamcrest-version>
         <hapi-version>2.6.0</hapi-version>
         <hapi-base-version>2.6.0</hapi-base-version>
-        <hapi-fhir-version>8.2.1</hapi-fhir-version>
-        <hapi-fhir-utilities-version>6.9.1</hapi-fhir-utilities-version>
+        <hapi-fhir-version>8.10.0</hapi-fhir-version>
+        <hapi-fhir-core-version>6.9.12</hapi-fhir-core-version>
         <!-- hazelcast needs to stay at 5.4.0 due to changes where the CP 
subsystem is only available in
         the enterprise hazelcast product -->
         <hazelcast-version>5.4.0</hazelcast-version>

Reply via email to