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 fd2bbf0 Merge pull request #517 from lburgazzoli/testcontainers-kafka add b67c67d Create AWS-IAM Extension new a11050f Merge pull request #515 from apache/aws-iam 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 | 5 ++++- extensions/{aws-ecs => aws-iam}/deployment/pom.xml | 12 +++++++----- .../component/aws/iam/deployment/AwsIamProcessor.java} | 14 +++++++------- .../parent-pom.xml => extensions/aws-iam/pom.xml | 6 +++--- extensions/{aws-ecs => aws-iam}/runtime/pom.xml | 16 +++++++++------- .../src/main/resources/META-INF/quarkus-extension.yaml | 4 ++-- extensions/pom.xml | 1 + extensions/readme.adoc | 5 ++++- integration-tests/aws/pom.xml | 4 ++++ .../apache/camel/quarkus/component/aws/CamelRoute.java | 4 ++++ .../aws/src/main/resources/application.properties | 9 ++++++++- poms/bom-deployment/pom.xml | 5 +++++ poms/bom/pom.xml | 10 ++++++++++ 13 files changed, 68 insertions(+), 27 deletions(-) copy extensions/{aws-ecs => aws-iam}/deployment/pom.xml (85%) copy extensions/{aws-kms/deployment/src/main/java/org/apache/camel/quarkus/component/aws/kms/deployment/AwsKmsProcessor.java => aws-iam/deployment/src/main/java/org/apache/camel/quarkus/component/aws/iam/deployment/AwsIamProcessor.java} (90%) copy tooling/create-extension-templates/parent-pom.xml => extensions/aws-iam/pom.xml (91%) copy extensions/{aws-ecs => aws-iam}/runtime/pom.xml (88%) copy extensions/{aws-ecs => aws-iam}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (91%)