You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "aldettinger (via GitHub)" <gi...@apache.org> on 2023/02/13 18:12:25 UTC

[GitHub] [camel-quarkus] aldettinger commented on a diff in pull request #4562: Adapt FHIR tests after upgrade to 6.x

aldettinger commented on code in PR #4562:
URL: https://github.com/apache/camel-quarkus/pull/4562#discussion_r1104855213


##########
integration-tests/fhir/src/main/java/org/apache/camel/quarkus/component/fhir/it/FhirR5Resource.java:
##########
@@ -1195,4 +1198,19 @@ private IGenericClient getFhirClient() {
         FhirComponent component = context.getComponent("fhir-r5", FhirComponent.class);
         return FhirHelper.createClient(component.getConfiguration(), context);
     }
+
+    // TODO: Remove this. Work around bug in R5 link retrieval in hapi-fhir-core. Remove when upgraded to hapi-fhir-core >= 5.6.84

Review Comment:
   Maybe a follow up here ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org