This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 9ea9e07 Remove redundant mvnd.builder.rules from the top level pom.xml add 623e045 Fix #960 Do not expose mutable collections from FHIR BuildItems No new revisions were added by this update. Summary of changes: .../deployment/AbstractPropertiesBuildItem.java | 50 ++++++++++++++++++++++ .../component/fhir/deployment/FhirUtil.java | 27 ++++-------- .../deployment/dstu2/Dstu2PropertiesBuildItem.java | 15 ++----- .../fhir/deployment/dstu2/FhirDstu2Processor.java | 9 ++-- .../deployment/dstu3/Dstu3PropertiesBuildItem.java | 15 ++----- .../fhir/deployment/dstu3/FhirDstu3Processor.java | 8 ++-- .../fhir/deployment/r4/FhirR4Processor.java | 8 ++-- .../fhir/deployment/r4/R4PropertiesBuildItem.java | 15 ++----- .../fhir/deployment/r5/FhirR5Processor.java | 8 ++-- .../fhir/deployment/r5/R5PropertiesBuildItem.java | 15 ++----- 10 files changed, 87 insertions(+), 83 deletions(-) create mode 100644 extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/AbstractPropertiesBuildItem.java