jamesnetherton opened a new issue #3615: URL: https://github.com/apache/camel-quarkus/issues/3615
There are some config properties for enabling support for various FHIR versions: https://camel.apache.org/camel-quarkus/2.7.x/reference/extensions/fhir.html#_additional_camel_quarkus_configuration There are no options for: * `DSTU2_HL7ORG` * `DSTU2_1` The relevant `hapi-fhir-structures` dependencies are missing on the Camel component. In general we can probably be a bit smarter with this in CQ and make things so that individual `hapi-fhir-structures` libs can be added to the classpath as per the users need. It could help to slim down the size of the generated application. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
