This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from e5dd6b04bc Mysql testResource instead of devservices new 6cf7430d11 Document FHIR native mode requirements for FhirContext new 48781876a1 Improve some test assertions in FHIR tests The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../ROOT/pages/reference/extensions/fhir.adoc | 81 +++++++++++++++++++++- .../fhir/runtime/src/main/doc/configuration.adoc | 3 +- extensions/fhir/runtime/src/main/doc/usage.adoc | 73 +++++++++++++++++++ .../fhir/it/AbstractFhirRouteBuilder.java | 7 ++ .../component/fhir/it/FhirDstu2Hl7OrgResource.java | 43 ++++-------- .../component/fhir/it/FhirDstu2Resource.java | 40 ++++------- .../component/fhir/it/FhirDstu2_1Resource.java | 40 ++++------- .../component/fhir/it/FhirDstu3Resource.java | 27 +++----- .../quarkus/component/fhir/it/FhirR4Resource.java | 40 ++++------- .../quarkus/component/fhir/it/FhirR5Resource.java | 40 ++++------- .../component/fhir/it/AbstractFhirTest.java | 22 +++++- 11 files changed, 260 insertions(+), 156 deletions(-) create mode 100644 extensions/fhir/runtime/src/main/doc/usage.adoc