You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/11 06:32:26 UTC

[camel-spring-boot] branch main updated: Upgrade fhir hapi 4.2.0

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 16c97bc  Upgrade fhir hapi 4.2.0
16c97bc is described below

commit 16c97bc11aea599ddaa518bef82661bd981d1c94
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 11 07:31:56 2022 +0100

    Upgrade fhir hapi 4.2.0
---
 .../component/fhir/FhirCustomClientConfigurationTest.java    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationTest.java b/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationTest.java
index 5e1eb20..ac57732 100644
--- a/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationTest.java
+++ b/components-starter/camel-fhir-starter/src/test/java/org/apache/camel/component/fhir/FhirCustomClientConfigurationTest.java
@@ -319,6 +319,11 @@ public class FhirCustomClientConfigurationTest extends AbstractFhirTestSupport {
         }
 
         @Override
+        public void registerInterceptor(Object o) {
+
+        }
+
+        @Override
         public IInterceptorService getInterceptorService() {
             return null;
         }
@@ -354,11 +359,6 @@ public class FhirCustomClientConfigurationTest extends AbstractFhirTestSupport {
         }
 
         @Override
-        public void registerInterceptor(IClientInterceptor theInterceptor) {
-
-        }
-
-        @Override
         public void setEncoding(EncodingEnum theEncoding) {
 
         }
@@ -389,7 +389,7 @@ public class FhirCustomClientConfigurationTest extends AbstractFhirTestSupport {
         }
 
         @Override
-        public void unregisterInterceptor(IClientInterceptor theInterceptor) {
+        public void unregisterInterceptor(Object o) {
 
         }