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

Reply via email to