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 36b7d4e001b49e473990689809c691058a851307
Merge: 744b5ef 1579cf7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jun 10 18:15:30 2020 +0200

    Merge pull request #1329 from apache/aws2-ecs
    
    AWS2-ECS native extension

 .../pages/list-of-camel-quarkus-extensions.adoc    |  2 +-
 extensions-jvm/aws2-ecs/integration-test/pom.xml   | 81 ----------------------
 .../component/aws2/ecs/it/Aws2EcsResource.java     | 51 --------------
 .../quarkus/component/aws2/ecs/it/Aws2EcsTest.java | 34 ---------
 extensions-jvm/pom.xml                             |  1 -
 .../aws2-ecs/deployment/pom.xml                    | 12 ++++
 .../aws2/ecs/deployment/Aws2EcsProcessor.java      |  0
 {extensions-jvm => extensions}/aws2-ecs/pom.xml    |  1 -
 .../aws2-ecs/runtime/pom.xml                       | 12 ++++
 .../main/resources/META-INF/quarkus-extension.yaml |  2 -
 extensions/pom.xml                                 |  1 +
 integration-tests/aws2/pom.xml                     |  4 ++
 .../camel/quarkus/component/aws2/CamelRoute.java   |  4 ++
 poms/bom/pom.xml                                   |  6 ++
 14 files changed, 40 insertions(+), 171 deletions(-)

Reply via email to