This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-21477 in repository https://gitbox.apache.org/repos/asf/camel.git
omit 3e3122f0563 CAMEL-21477 - Camel-Google-Storage: Add prefix option to consumer omit f350f77c28e Upgrade Minio Container image to version RELEASE.2024-11-07T00-52-20Z-cpuv1 add 60618fe478a CAMEL-21475: camel-yaml-dsl - Using route templates with hardcoded ids problem (#16391) add f46d30ce911 Upgrade Minio Container image to version RELEASE.2024-11-07T00-52-20Z-cpuv1 (#16392) add 998d9ea42eb Flaky test add ff5caa5b999 camel-jbang - Upgrade Q and SB add 93871b98aae chore(deps): Bump metrics-version from 4.2.28 to 4.2.29 (#16393) add cf3ed2e2188 chore(deps): Bump aws-java-sdk2-version from 2.29.22 to 2.29.23 (#16394) add 7772a7023c7 chore(deps): Bump jackson2-version from 2.18.1 to 2.18.2 (#16395) add 38596976cc2 CAMEL-21482: camel-jaxb - JaxbDataFormat ignoreJAXBElement is default true add c4425b3362c CAMEL-21477 - Camel-Google-Storage: Add prefix option to consumer This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3e3122f0563) \ N -- N -- N refs/heads/CAMEL-21477 (c4425b3362c) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/dataformats/jaxb.json | 2 +- .../org/apache/camel/catalog/models/jaxb.json | 2 +- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +- .../META-INF/org/apache/camel/converter/jaxb/jaxb.json | 2 +- .../apache/camel/converter/jaxb/JaxbDataFormat.java | 2 +- .../org/apache/camel/spring/processor/aggregator.xml | 10 ++++++++++ .../main/java/org/apache/camel/impl/DefaultModel.java | 3 +++ .../org/apache/camel/model/dataformat/jaxb.json | 2 +- .../apache/camel/model/RouteTemplateDefinition.java | 18 ++++++++++++++++++ .../apache/camel/model/dataformat/JaxbDataFormat.java | 2 +- .../reifier/dataformat/JaxbDataFormatReifier.java | 13 ++++++++++++- .../builder/RouteTemplateDuplicateIdIssueTest.java | 2 +- .../apache/camel/builder/RouteTemplateStepIdTest.java | 10 ++++++---- .../java/org/apache/camel/xml/out/ModelWriter.java | 2 +- .../java/org/apache/camel/yaml/out/ModelWriter.java | 2 +- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 8 ++++++++ .../modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 6 ++++++ .../camel/dsl/jbang/core/common/RuntimeType.java | 4 ++-- parent/pom.xml | 6 +++--- 19 files changed, 78 insertions(+), 20 deletions(-)