This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from a7a5c23 Polish examples add fbb7012 Added an AWS2-S3 native extension add 7995af2 Removed not needed options in application.properties for AWS2 integration tests add ce98d83 Added a line to restart job new 71a5de5 Merge pull request #1085 from apache/aws2-s3 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: .../ROOT/pages/list-of-camel-quarkus-extensions.adoc | 6 +++++- extensions/{aws2-sqs => aws2-s3}/deployment/pom.xml | 12 +++++++----- .../component/aws2/s3/deployment/Aws2S3Processor.java} | 9 +++++---- {extensions-jvm/avro-rpc => extensions/aws2-s3}/pom.xml | 5 ++--- extensions/{aws2-sqs => aws2-s3}/runtime/pom.xml | 16 +++++++++------- .../src/main/resources/META-INF/quarkus-extension.yaml | 5 ++--- .../src/main/resources/META-INF/quarkus-extension.yaml | 1 + extensions/pom.xml | 1 + integration-tests/aws2/pom.xml | 4 ++++ .../quarkus/component/{aws => aws2}/CamelRoute.java | 10 +++++++--- .../aws2/src/main/resources/application.properties | 15 ++++++++------- poms/bom-deployment/pom.xml | 5 +++++ poms/bom/pom.xml | 16 ++++++++++++++++ 13 files changed, 72 insertions(+), 33 deletions(-) copy extensions/{aws2-sqs => aws2-s3}/deployment/pom.xml (85%) copy extensions/{aws2-sqs/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/deployment/Aws2SqsProcessor.java => aws2-s3/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/s3/deployment/Aws2S3Processor.java} (95%) copy {extensions-jvm/avro-rpc => extensions/aws2-s3}/pom.xml (91%) copy extensions/{aws2-sqs => aws2-s3}/runtime/pom.xml (82%) copy {extensions-support/aws => extensions/aws2-s3}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (86%) rename integration-tests/aws2/src/main/java/org/apache/camel/quarkus/component/{aws => aws2}/CamelRoute.java (78%)