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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org