You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/06 00:43:38 UTC

[camel-quarkus] branch master updated (fd2bbf0 -> a11050f)

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%)


[camel-quarkus] 01/01: Merge pull request #515 from apache/aws-iam

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit a11050f7170715e91997e3c02441fe6d6349fe56
Merge: fd2bbf0 b67c67d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 6 01:43:32 2019 +0100

    Merge pull request #515 from apache/aws-iam
    
    Create AWS-IAM Extension

 .../pages/list-of-camel-quarkus-extensions.adoc    |   5 +-
 extensions/aws-iam/deployment/pom.xml              |  83 +++++++++++++++
 .../aws/iam/deployment/AwsIamProcessor.java        |  96 +++++++++++++++++
 extensions/aws-iam/pom.xml                         |  39 +++++++
 extensions/aws-iam/runtime/pom.xml                 | 116 +++++++++++++++++++++
 .../main/resources/META-INF/quarkus-extension.yaml |  28 +++++
 extensions/pom.xml                                 |   1 +
 extensions/readme.adoc                             |   5 +-
 integration-tests/aws/pom.xml                      |   4 +
 .../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, 402 insertions(+), 3 deletions(-)