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/09/30 13:08:26 UTC

[camel-quarkus] branch master updated (7719640 -> d5ebcbd)

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 7719640  Merge pull request #211 from lburgazzoli/quarkus-0.23.1
     new 8ca390a  chore: cleanup paho integration-tests
     new b62b985  chore: cleanup aws extensions
     new 71deaab  chore: automatically configure ssl in aws
     new d5ebcbd  Merge pull request #212 from lburgazzoli/e-cleanup

The 334 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:
 .../aws/eks/deployment/AwsEKSProcessor.java        | 23 +++++++++-------------
 extensions/aws-eks/runtime/pom.xml                 |  8 ++++++++
 .../aws/s3/deployment/AwsS3Processor.java          | 22 +++++++++------------
 extensions/aws-s3/runtime/pom.xml                  |  8 ++++++++
 .../aws/sns/deployment/AwsSNSProcessor.java        | 22 +++++++++------------
 extensions/aws-sns/runtime/pom.xml                 |  8 ++++++++
 .../aws/sqs/deployment/AwsSQSProcessor.java        | 22 +++++++++------------
 extensions/aws-sqs/runtime/pom.xml                 |  8 ++++++++
 .../camel/quarkus/component/paho/it/PahoTest.java  |  1 +
 9 files changed, 69 insertions(+), 53 deletions(-)