This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard e608b14 Set quarkus.version to 999-SNAPSHOT add 11692e9 Introducing an AWS2 support extension add 13a2a25 No need for jackson-cbor add ae4e2ac Lets move the checkclasspath and serviceProviderBuildItem in AWS2-commons support extension add 00b8f50 Merge pull request #1093 from apache/aws2-support-extension new b0a6630 Set quarkus.version to 999-SNAPSHOT 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 (e608b14) \ N -- N -- N refs/heads/quarkus-master (b0a6630) 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 1 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: .../aws2}/deployment/pom.xml | 9 ++- .../commons/deployment/AwsCommonsProcessor.java | 65 ++++++++++++++++++++++ .../core => extensions-support/aws2}/pom.xml | 10 ++-- .../aws2}/runtime/pom.xml | 13 ++--- .../main/resources/META-INF/quarkus-extension.yaml | 4 +- extensions-support/pom.xml | 1 + extensions/aws2-s3/deployment/pom.xml | 4 ++ .../aws2/s3/deployment/Aws2S3Processor.java | 34 ----------- extensions/aws2-s3/runtime/pom.xml | 4 ++ extensions/aws2-sqs/deployment/pom.xml | 4 ++ .../aws2/sqs/deployment/Aws2SqsProcessor.java | 34 ----------- extensions/aws2-sqs/runtime/pom.xml | 4 ++ poms/bom-deployment/pom.xml | 5 ++ poms/bom/pom.xml | 5 ++ 14 files changed, 108 insertions(+), 88 deletions(-) copy {extensions/vm => extensions-support/aws2}/deployment/pom.xml (90%) create mode 100644 extensions-support/aws2/deployment/src/main/java/org/apache/camel/quarkus/component/aws/commons/deployment/AwsCommonsProcessor.java copy {extensions-core/core => extensions-support/aws2}/pom.xml (92%) copy {extensions/csv => extensions-support/aws2}/runtime/pom.xml (88%) copy extensions-support/{aws => aws2}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (91%)