johnpoth opened a new pull request #678: camel-fhir record FHIR context instead of creating it at runtime. Onl… URL: https://github.com/apache/camel-quarkus/pull/678 …y one FHIR context per specification is permitted in native mode cc @lburgazzoli addresses #654 I've changed the way HAPI FHIR integrates with Quarkus. The approach used here is similar to what camel-quarkus-core does. Instead of enabling reflection everywhere, I've opted to record the FHIR context (for each specification). Therefore only one context per specification can be used in native mode. This limitation is in line with what is [recommended](https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/context/FhirContext.java#L57). Thanks !
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services