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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new ba66d636b15 Upgrade fhir
ba66d636b15 is described below
commit ba66d636b155888ec65c7a522df7def19f36c084
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Nov 21 10:16:17 2025 +0100
Upgrade fhir
---
.../camel/component/fhir/FhirCustomClientConfigurationIT.java | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
b/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
index 566c6f6cf78..f590bf05a88 100644
---
a/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
+++
b/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationIT.java
@@ -42,6 +42,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;
@@ -298,6 +299,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;