You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/11/20 11:07:52 UTC

[camel-quarkus] branch master updated (c8f9255 -> 5acebbb)

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-quarkus.git.


    from c8f9255  Add Camel-AWS-KMS extension
     add c744d19  Add FHIR DSTU2 enums
     add 5acebbb  Set error parsing to strict for FHIR extension

No new revisions were added by this update.

Summary of changes:
 .../component/fhir/deployment/FhirProcessor.java   | 198 ++++++++++++++++++++-
 .../component/fhir/it/FhirDstu2RouteBuilder.java   |  12 +-
 .../component/fhir/it/FhirDstu3RouteBuilder.java   |  12 +-
 .../component/fhir/it/FhirR4RouteBuilder.java      |  11 +-
 .../camel/quarkus/component/fhir/it/FhirTest.java  |  18 +-
 5 files changed, 237 insertions(+), 14 deletions(-)