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/20 20:27:39 UTC

[camel-quarkus] 01/01: Merge pull request #565 from apache/aws-ec2

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 1bc112d9d85cb1dccd3b8779334d2079bab00dad
Merge: f6a5304 4d848c6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 20 21:27:30 2019 +0100

    Merge pull request #565 from apache/aws-ec2
    
    AWS-EC2 Extension

 .../pages/list-of-camel-quarkus-extensions.adoc    |   5 +-
 extensions/aws-ec2/deployment/pom.xml              |  83 +++++++++++++++
 .../aws/ec2/deployment/AwsEc2Processor.java        |  96 ++++++++++++++++++
 extensions/aws-ec2/pom.xml                         |  39 +++++++
 extensions/aws-ec2/runtime/pom.xml                 | 112 +++++++++++++++++++++
 .../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, 398 insertions(+), 3 deletions(-)