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:38 UTC

[camel-quarkus] branch master updated (f6a5304 -> 1bc112d)

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 f6a5304  Merge pull request #559 from apache/sql-fix-first-version
     add 8b2c4ca  Added AWS EC2 Extension
     add 4d848c6  Regen
     new 1bc112d  Merge pull request #565 from apache/aws-ec2

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-kms => aws-ec2}/deployment/pom.xml       | 12 +++++++-----
 .../component/aws/ec2/deployment/AwsEc2Processor.java}   | 16 ++++++++--------
 .../parent-pom.xml => extensions/aws-ec2/pom.xml         |  6 +++---
 extensions/{aws-iam => aws-ec2}/runtime/pom.xml          | 14 ++++++++------
 .../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-kms => aws-ec2}/deployment/pom.xml (85%)
 copy extensions/{aws-kms/deployment/src/main/java/org/apache/camel/quarkus/component/aws/kms/deployment/AwsKmsProcessor.java => aws-ec2/deployment/src/main/java/org/apache/camel/quarkus/component/aws/ec2/deployment/AwsEc2Processor.java} (90%)
 copy tooling/create-extension-templates/parent-pom.xml => extensions/aws-ec2/pom.xml (91%)
 copy extensions/{aws-iam => aws-ec2}/runtime/pom.xml (88%)
 copy extensions/{aws-ecs => aws-ec2}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (91%)


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

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