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 9ca7790  Management JVM support
     new d1f7e44  Added AWS2-STS Extension
     new 2ac737c  Added Lambda native test
     new 078a0c3  Fixed CS

The 3 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:
 catalog/pom.xml                                    | 13 +++++++++
 docs/modules/ROOT/nav.adoc                         |  1 +
 docs/modules/ROOT/pages/reference/components.adoc  |  3 ++
 .../extensions/{aws-iam.adoc => aws2-sts.adoc}     | 12 ++++----
 docs/modules/ROOT/pages/reference/index.adoc       |  3 ++
 .../{aws2-kms => aws2-sts}/deployment/pom.xml      | 12 ++++----
 .../aws2/sts/deployment/Aws2StsProcessor.java}     |  7 ++---
 extensions/{aws2-lambda => aws2-sts}/pom.xml       |  4 +--
 extensions/{aws2-kms => aws2-sts}/runtime/pom.xml  | 15 ++++++----
 .../main/resources/META-INF/quarkus-extension.yaml |  6 ++--
 extensions/pom.xml                                 |  1 +
 integration-tests/aws2/pom.xml                     | 34 ++++++++++++++++++++++
 .../camel/quarkus/component/aws2/CamelRoute.java   |  4 +++
 .../aws2/src/main/resources/application.properties |  8 +++++
 integration-tests/weather/pom.xml                  |  2 ++
 poms/bom/pom.xml                                   | 27 +++++++++++++++++
 16 files changed, 126 insertions(+), 26 deletions(-)
 copy docs/modules/ROOT/pages/reference/extensions/{aws-iam.adoc => 
aws2-sts.adoc} (71%)
 copy extensions/{aws2-kms => aws2-sts}/deployment/pom.xml (84%)
 copy 
extensions/{aws2-mq/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/mq/deployment/Aws2MqProcessor.java
 => 
aws2-sts/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/sts/deployment/Aws2StsProcessor.java}
 (94%)
 copy extensions/{aws2-lambda => aws2-sts}/pom.xml (92%)
 copy extensions/{aws2-kms => aws2-sts}/runtime/pom.xml (86%)
 copy extensions/{aws2-ecs => 
aws2-sts}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (88%)

Reply via email to