This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 7833e6c Upgrade Quarkus to 2.4.0.CR1 add f9ca5c7 Add latest non-prerelease eips add fd87056 Updated CHANGELOG.md add 329a3f2 further partial website simplifications add be5149c Enable auto replacement of camel-spring-boot docs branch reference add cb4f00f Enable Aws2TestEnvContext to handle setting up Quarkus AWS configuration properties new 97db80c Upgrade Quarkus to 2.4.0.CR1 new b11f1d8 Temporarily disable Tika native build due to #3130 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 (7833e6c) \ N -- N -- N refs/heads/quarkus-main (b11f1d8) 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 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: CHANGELOG.md | 4 ++ docs/antora-playbook.yml | 15 +++--- .../mail/deployment/SupportMailProcessor.java | 23 +++++++++ .../component/fop/deployment/FopProcessor.java | 18 +++++-- .../deployment/OptaplannerProcessor.java | 9 ++++ extensions/pdf/deployment/pom.xml | 4 ++ .../component/pdf/deployment/PdfProcessor.java | 1 + extensions/pdf/runtime/pom.xml | 4 ++ .../aws2/ddb/it/Aws2DdbQuarkusClientTest.java | 5 +- .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java | 26 +--------- .../component/aws2/s3/it/Aws2S3Resource.java | 24 ++++++++++ .../src/main/resources/application.properties | 6 --- .../aws2/s3/it/Aws2S3QuarkusClientTest.java | 5 +- .../aws2/s3/it/Aws2S3TestEnvCustomizer.java | 24 ---------- .../src/main/resources/application.properties | 20 -------- .../src/main/resources/application.properties | 24 ---------- .../src/main/resources/application.properties | 24 ---------- .../src/main/resources/application.properties | 20 -------- .../src/main/resources/application.properties | 22 --------- .../src/main/resources/application.properties | 22 --------- .../src/main/resources/application.properties | 24 ---------- .../aws2/{Aws2Client.java => Aws2TestConfig.java} | 38 ++++++++++----- .../test/support/aws2/Aws2TestEnvContext.java | 56 +++++++++++----------- .../test/support/aws2/Aws2TestResource.java | 20 ++++++-- integration-tests/tika/pom.xml | 3 +- pom.xml | 3 +- 26 files changed, 173 insertions(+), 271 deletions(-) delete mode 100644 integration-test-groups/aws2/aws2-cw/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-ddb/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-kinesis/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-lambda/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-s3/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-ses/src/main/resources/application.properties delete mode 100644 integration-test-groups/aws2/aws2-sqs-sns/src/main/resources/application.properties copy integration-tests-support/aws2/src/main/java/org/apache/camel/quarkus/test/support/aws2/{Aws2Client.java => Aws2TestConfig.java} (53%)