This is an automated email from the ASF dual-hosted git repository. jpoth pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from f6e32ce Regen new cfbd615 Fix camel-fhir Karaf feature new 8bde80e Add camel-fhir OSGi example 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: components/camel-fhir/camel-fhir-component/pom.xml | 4 +- examples/camel-example-fhir-osgi/README.md | 142 +++++++++++++ ...pache.camel.example.fhir.osgi.configuration.cfg | 19 ++ examples/camel-example-fhir-osgi/pom.xml | 233 +++++++++++++++++++++ .../src/main/data/hl7v2.patient | 0 .../apache/camel/example/fhir/osgi/FhirRoute.java | 64 ++++++ .../resources/OSGI-INF/blueprint/camel-context.xml | 35 ++++ .../src/main/resources/log4j2.properties | 0 .../apache/camel/example/fhir/osgi/FhirOsgiIT.java | 77 +++++++ .../camel/example/fhir/osgi/PaxExamOptions.java | 72 +++++++ examples/pom.xml | 1 + .../karaf/features/src/main/resources/features.xml | 2 + 12 files changed, 646 insertions(+), 3 deletions(-) create mode 100644 examples/camel-example-fhir-osgi/README.md create mode 100644 examples/camel-example-fhir-osgi/org.apache.camel.example.fhir.osgi.configuration.cfg create mode 100644 examples/camel-example-fhir-osgi/pom.xml copy examples/{camel-example-fhir => camel-example-fhir-osgi}/src/main/data/hl7v2.patient (100%) create mode 100644 examples/camel-example-fhir-osgi/src/main/java/org/apache/camel/example/fhir/osgi/FhirRoute.java create mode 100644 examples/camel-example-fhir-osgi/src/main/resources/OSGI-INF/blueprint/camel-context.xml copy examples/{camel-example-widget-gadget-xml => camel-example-fhir-osgi}/src/main/resources/log4j2.properties (100%) create mode 100644 examples/camel-example-fhir-osgi/src/test/java/org/apache/camel/example/fhir/osgi/FhirOsgiIT.java create mode 100644 examples/camel-example-fhir-osgi/src/test/java/org/apache/camel/example/fhir/osgi/PaxExamOptions.java