This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 5a74a424c5 Move Quarkus Qpid JMS configuration content to AMQP extension usage section new 532ebde6ed Avoid UDP port clashes in tests new 73f3f5104e Document FHIR native mode requirements for FhirContext new e016779a4f Improve some test assertions in FHIR tests new e2745a6447 Upgrade FHIR core to 6.4.0 The 4 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 +++++++++++++++++++ .../camel/quarkus/test/AvailablePortFinder.java | 64 ++++++++++++++--- .../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 +++++- .../component/netty/udp/NettyUdpTestResource.java | 2 + .../component/syslog/it/SyslogTestResource.java | 3 +- pom.xml | 2 +- poms/bom/pom.xml | 6 ++ poms/bom/src/main/generated/flattened-full-pom.xml | 18 +++-- .../src/main/generated/flattened-reduced-pom.xml | 18 +++-- .../generated/flattened-reduced-verbose-pom.xml | 18 +++-- 19 files changed, 360 insertions(+), 187 deletions(-) create mode 100644 extensions/fhir/runtime/src/main/doc/usage.adoc