You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/04/16 14:58:05 UTC

[camel] branch master updated (ca8ce4c -> acfb493)

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


    from ca8ce4c  CAMEL-16513 - Camel-Azure-Storage-Queue: Don't create queue automatically by default
     add acfb493  CAMEL-16400: adjust manual integration tests for camel-aws components (#5401)

No new revisions were added by this update.

Summary of changes:
 ...ationTest.java => AthenaComponentManualIT.java} | 13 +++++---
 ...egrationTest.java => EC2ComponentManualIT.java} | 36 ++++++++++++++--------
 ...egrationTest.java => ECS2ProducerManualIT.java} | 13 +++++---
 ...onTest.java => EventbridgePutRuleManualIT.java} | 15 ++++++---
 ...est.java => EventbridgePutRuleSqsManualIT.java} | 15 ++++++---
 ....java => KinesisFirehoseComponentManualIT.java} |  2 +-
 ...tionTest.java => KinesisComponentManualIT.java} |  2 +-
 ...ationTest.java => LambdaComponentManualIT.java} | 15 ++++++---
 ...tegrationTest.java => S3ComponentManualIT.java} | 13 +++++---
 ...ntegrationTest.java => S3ConsumerManualIT.java} | 15 ++++++---
 ...est.java => S3CopyObjectOperationManualIT.java} | 17 +++++++---
 ...st.java => S3ObjectRangeOperationManualIT.java} | 19 +++++++++---
 ...egrationTest.java => SesComponentManualIT.java} | 14 ++++++---
 ...tionTest.java => SnsComponentFifoManualIT.java} | 13 +++++---
 ...egrationTest.java => SnsComponentManualIT.java} | 13 +++++---
 ...java => SnsTopicWithKmsEncryptionManualIT.java} | 13 +++++---
 ...onTest.java => Translate2ProducerManualIT.java} | 17 ++++++----
 17 files changed, 171 insertions(+), 74 deletions(-)
 rename components/camel-aws/camel-aws2-athena/src/test/java/org/apache/camel/component/aws2/athena/integration/{AthenaComponentIntegrationTest.java => AthenaComponentManualIT.java} (96%)
 rename components/camel-aws/camel-aws2-ec2/src/test/java/org/apache/camel/component/aws2/ec2/integration/{EC2ComponentIntegrationTest.java => EC2ComponentManualIT.java} (78%)
 rename components/camel-aws/camel-aws2-ecs/src/test/java/org/apache/camel/component/aws2/ecs/integration/{ECS2ProducerIntegrationTest.java => ECS2ProducerManualIT.java} (75%)
 rename components/camel-aws/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/integration/{EventbridgePutRuleIntegrationTest.java => EventbridgePutRuleManualIT.java} (82%)
 rename components/camel-aws/camel-aws2-eventbridge/src/test/java/org/apache/camel/component/aws2/eventbridge/integration/{EventbridgePutRuleSqsIntegrationTest.java => EventbridgePutRuleSqsManualIT.java} (85%)
 rename components/camel-aws/camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/firehose/integration/{KinesisFirehoseComponentIntegrationTest.java => KinesisFirehoseComponentManualIT.java} (97%)
 rename components/camel-aws/camel-aws2-kinesis/src/test/java/org/apache/camel/component/aws2/kinesis/integration/{KinesisComponentIntegrationTest.java => KinesisComponentManualIT.java} (98%)
 rename components/camel-aws/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/integration/{LambdaComponentIntegrationTest.java => LambdaComponentManualIT.java} (79%)
 rename components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3ComponentIntegrationTest.java => S3ComponentManualIT.java} (87%)
 rename components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3ConsumerIntegrationTest.java => S3ConsumerManualIT.java} (91%)
 rename components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3CopyObjectOperationIntegrationTest.java => S3CopyObjectOperationManualIT.java} (77%)
 rename components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3ObjectRangeOperationIntegrationTest.java => S3ObjectRangeOperationManualIT.java} (80%)
 rename components/camel-aws/camel-aws2-ses/src/test/java/org/apache/camel/component/aws2/ses/integration/{SesComponentIntegrationTest.java => SesComponentManualIT.java} (74%)
 rename components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/{SnsComponentFifoIntegrationTest.java => SnsComponentFifoManualIT.java} (77%)
 rename components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/{SnsComponentIntegrationTest.java => SnsComponentManualIT.java} (76%)
 rename components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/{SnsTopicWithKmsEncryptionIntegrationTest.java => SnsTopicWithKmsEncryptionManualIT.java} (76%)
 rename components/camel-aws/camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/integration/{Translate2ProducerIntegrationTest.java => Translate2ProducerManualIT.java} (81%)