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 e173b472258e Upgrade fhir
e173b472258e is described below
commit e173b472258ebab77930185779e2bffb2d5eb172
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Nov 21 09:28:02 2025 +0100
Upgrade fhir
---
.../camel/component/fhir/FhirCustomClientConfigurationIT.java | 6 ++++++
parent/pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
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..2b1c2603ce45 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;
@@ -280,6 +281,11 @@ public class FhirCustomClientConfigurationIT extends
AbstractFhirTestSupport {
return null;
}
+ @Override
+ public IRawHttp rawHttpRequest() {
+ return null;
+ }
+
@Override
public <T extends IBaseResource> T read(Class<T> theType, String
theId) {
return null;
diff --git a/parent/pom.xml b/parent/pom.xml
index dc6725a035fe..2feb6bf1e318 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -230,7 +230,7 @@
<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.4.0</hapi-fhir-version>
+ <hapi-fhir-version>8.6.0</hapi-fhir-version>
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
<hibernate-validator-version>9.1.0.Final</hibernate-validator-version>