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 2020/08/13 15:42:18 UTC

[camel-kafka-connector] branch master updated (95dc55d -> f223b81)

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


    from 95dc55d  Merge pull request #372 from orpiske/fix-missing-from-url
     new cef3fa8  Fix failing to launch Strimzi containers
     new c31b0c7  Avoid reusing the same SQS queue name for the SNS tests
     new 8890dcd  Avoid resolving the queue URL multiple times to prevent sporadic timeouts in systems already overloaded with the test execution
     new db11dba  Removes a duplicated and invalid option on the URL-based test for SNS
     new fb4a98c  Minor JUnit-related cleanups:
     new 409f324  Disable unstable flaky test case due to a (possible) bug
     new 8ba9f41  Fix missing log messages during test for AWS SDK v1 and v2
     new 10451f2  Fixed URL format for AWS SNS v1
     new f223b81  Merge pull request #373 from orpiske/fix-test-edge-cases

The 650 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/v1/clients/AWSSQSClient.java               | 21 ++++++++++-
 .../v1/sns/sink/CamelAWSSNSPropertyFactory.java    |  4 +--
 .../aws/v1/sns/sink/CamelSinkAWSSNSITCase.java     | 42 ++++++++++------------
 .../aws/v1/sqs/sink/CamelSinkAWSSQSITCase.java     | 12 +++----
 .../aws/v1/sqs/source/CamelSourceAWSSQSITCase.java |  5 ++-
 .../common/services/kafka/StrimziService.java      | 34 ++++++++++++++----
 .../src/test/resources/log4j2.properties           | 12 +++++++
 7 files changed, 89 insertions(+), 41 deletions(-)