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/02/27 15:10:34 UTC

[camel] branch master updated (90b0bc9 -> 029645a)

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.git.


    from 90b0bc9  CAMEL-13269 - Camel-AWS: Create single Spring Boot ITests for single components, aws-sqs and aws-swf
     new 4d1ed32  Camel-AWS: Create single Karaf feature tests for single components, aws-cw test
     new cf9cf4a  Camel-AWS: Create single Karaf feature tests for single components, aws-ddb test
     new d248bb6  Camel-AWS: Create single Karaf feature tests for single components, Aws-ec2 test
     new f164335  Camel-AWS: Create single Karaf feature tests for single components, aws-ecs test
     new 89a6ca0  Camel-AWS: Create single Karaf feature tests for single components, aws-eks test
     new d61811c  Camel-AWS: Create single Karaf feature tests for single components, aws-iam test
     new fedfdb1  Camel-AWS: Create single Karaf feature tests for single components, aws-kinesis test
     new 632b473  Camel-AWS: Create single Karaf feature tests for single components, aws-kms test
     new 0e5abda  Camel-AWS: Create single Karaf feature tests for single components, aws-lambda test
     new 57da39b  Camel-AWS: Create single Karaf feature tests for single components, aws-mq test
     new 28748eb  Camel-AWS: Create single Karaf feature tests for single components, aws-s3 component
     new 0243471  Camel-AWS: Create single Karaf feature tests for single components, aws-sdb test
     new 5d54010  Camel-AWS: Create single Karaf feature tests for single components, aws-ses test
     new b9c51aa  Camel-AWS: Create single Karaf feature tests for single components, aws-sns test
     new 61e61a4  Camel-AWS: Create single Karaf feature tests for single components, aws-sqs test
     new 029645a  Camel-AWS: Create single Karaf feature tests for single components, aws-swf test

The 35757 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:
 .../apache/camel/itest/karaf/CamelAwsCwTest.java   | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsDdbTest.java  | 34 ++++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsEc2Test.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsEcsTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsEksTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsIamTest.java  | 33 +++++++++++++++++++++
 .../camel/itest/karaf/CamelAwsKinesisTest.java     | 34 ++++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsKmsTest.java  | 33 +++++++++++++++++++++
 .../camel/itest/karaf/CamelAwsLambdaTest.java      | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsMqTest.java   | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsS3Test.java   | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsSdbTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsSesTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsSnsTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsSqsTest.java  | 33 +++++++++++++++++++++
 .../apache/camel/itest/karaf/CamelAwsSwfTest.java  | 33 +++++++++++++++++++++
 16 files changed, 530 insertions(+)
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsCwTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsDdbTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsEc2Test.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsEcsTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsEksTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsIamTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsKinesisTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsKmsTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsLambdaTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsMqTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsS3Test.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsSdbTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsSesTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsSnsTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsSqsTest.java
 create mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsSwfTest.java