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 3b9f9b2b2cb7224636f99d7af838e6ca7be42a23
Merge: 823ba44 a004b76
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jun 23 11:22:44 2020 +0200

    Merge pull request #1412 from apache/athena-aws2
    
    Added an AWS2-Athena native extension

 .../modules/ROOT/pages/extensions/aws2-athena.adoc |  34 +++++++
 .../pages/list-of-camel-quarkus-extensions.adoc    |   4 +-
 extensions/aws2-athena/deployment/pom.xml          |  87 +++++++++++++++++
 .../athena/deployment/Aws2AthenaProcessor.java     |  66 +++++++++++++
 extensions/aws2-athena/pom.xml                     |  39 ++++++++
 extensions/aws2-athena/runtime/pom.xml             | 106 +++++++++++++++++++++
 .../main/resources/META-INF/quarkus-extension.yaml |  29 ++++++
 extensions/pom.xml                                 |   1 +
 integration-tests/aws2/pom.xml                     |   4 +
 .../camel/quarkus/component/aws2/CamelRoute.java   |   4 +
 .../aws2/src/main/resources/application.properties |   4 +
 poms/bom-deployment/pom.xml                        |   5 +
 poms/bom/pom.xml                                   |  16 ++++
 13 files changed, 398 insertions(+), 1 deletion(-)

Reply via email to