This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from fb19034  Camel-Cron connector: We need to add at least camel-quartz as 
dependency
     new 11ca8b0  Created a base test class for AWS sink tests
     new 6a78354  Simplified handling of setting common AWS 2 properties
     new c7a6b0f  Added new integration test for AWS 2 Cloud Watch

The 3 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:
 tests/itests-aws-v2/pom.xml                        |   5 +
 .../aws/v2/common/AWSPropertiesUtils.java          |  63 ++++++++
 .../aws/v2/common/CamelSinkAWSTestSupport.java     |  78 ++++++++++
 .../aws/v2/cw/sink/CamelAWSCWPropertyFactory.java  |  73 ++++++++++
 .../aws/v2/cw/sink/CamelSinkAWSCWITCase.java       | 161 +++++++++++++++++++++
 .../sink/TestCloudWatchConfiguration.java}         |  18 +--
 .../source/CamelAWSKinesisPropertyFactory.java     |  15 +-
 .../v2/s3/source/CamelAWSS3PropertyFactory.java    |  15 +-
 .../v2/sqs/sink/CamelAWSSQSPropertyFactory.java    |  26 +---
 .../aws/v2/sqs/sink/CamelSinkAWSSQSITCase.java     |  77 ++++------
 .../v2/sqs/source/CamelAWSSQSPropertyFactory.java  |  25 +---
 .../common/BasicConnectorPropertyFactory.java      |   2 +-
 12 files changed, 430 insertions(+), 128 deletions(-)
 create mode 100644 
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/common/AWSPropertiesUtils.java
 create mode 100644 
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/common/CamelSinkAWSTestSupport.java
 create mode 100644 
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelAWSCWPropertyFactory.java
 create mode 100644 
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/cw/sink/CamelSinkAWSCWITCase.java
 copy 
tests/itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/{kinesis/source/TestKinesisConfiguration.java
 => cw/sink/TestCloudWatchConfiguration.java} (64%)

Reply via email to