This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 1c7c0b3 Adapt to latest Camel API changes discard e39dcc1 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper discard d59209e Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version discard aefc756 Camel 3.12 : Dataformat fix attributes names discard dc34bc2 Upgrade spark and hadoop versions discard 3133ec7 Upgrade Camel to 3.12.0 add c614dc6 Fix #2745 Expand AWS S3 test coverage (#3077) add 50b8f28 Remove superfluous xml-jaxb dependency from the REST test new 43e298e Upgrade Camel to 3.12.0 new fa69656 Upgrade spark and hadoop versions new 562d7bd Camel 3.12 : Dataformat fix attributes names new b155b21 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version new 5882270 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper new 80644f6 Adapt to latest Camel API changes 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 (1c7c0b3) \ N -- N -- N refs/heads/camel-main (80644f6) 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. The 6 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: integration-test-groups/aws2/aws2-s3/pom.xml | 4 + .../quarkus/component/aws2/Aws2S3Resource.java | 149 +++++++++++++++++++- .../src/main/resources/application.properties | 1 - .../camel/quarkus/component/aws2/Aws2S3Test.java | 155 +++++++++++++++++++++ integration-tests/aws2-grouped/pom.xml | 4 + integration-tests/rest/pom.xml | 4 - 6 files changed, 307 insertions(+), 10 deletions(-)