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 6445ba2  Check message received in queue in no particular order
     new 60e3cf6  Camel-AWS: Lets use AbstractAmazonS3 in the AWS S3 Client 
Mock for tests
     new b60b56d  Camel-AWS: Lets use AbstractAmazonDynamoDB in the AWS DDB 
Client Mock for tests
     new c385c75  Camel-AWS: Lets use AbstractAWSKMS in the AWS KMS Client Mock 
for tests
     new 58c33da  Camel-AWS: Lets use AbstractAWSLambda in the AWS Lambda 
Client Mock for tests
     new fe3ec54  Camel-AWS: Fix a missing import
     new bda0d0c  Camel-AWS: Lets use AbstractAmazonSimpleDB in the AWS SDB 
Client Mock for tests
     new d426c9f  Camel-AWS: Lets use AbstractAmazonSimpleEmailService in the 
AWS SES Client Mock for tests
     new 4b55eea  Camel-AWS: Lets use AbstractAmazonSNS in the AWS SNS Client 
Mock for tests
     new dd5963c  Camel-AWS: Fix SNS test

The 9 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:
 .../org/apache/camel/component/aws/ddb/AmazonDDBClientMock.java  | 7 +++----
 .../org/apache/camel/component/aws/kms/AmazonKMSClientMock.java  | 4 ++--
 .../camel/component/aws/lambda/AmazonLambdaClientMock.java       | 4 ++--
 .../org/apache/camel/component/aws/s3/AmazonS3ClientMock.java    | 7 +++----
 .../camel/component/aws/s3/AmazonS3EncryptionClientMock.java     | 9 +++------
 .../org/apache/camel/component/aws/sdb/AmazonSDBClientMock.java  | 7 +++----
 .../org/apache/camel/component/aws/ses/AmazonSESClientMock.java  | 7 +++----
 .../org/apache/camel/component/aws/sns/AmazonSNSClientMock.java  | 7 +++----
 .../camel/component/aws/sns/SnsComponentConfigurationTest.java   | 2 --
 .../org/apache/camel/component/aws/sqs/AmazonSQSClientMock.java  | 7 +++----
 10 files changed, 25 insertions(+), 36 deletions(-)

Reply via email to