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 13ce442  Polished
     new 0fc93f5  CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities 
should be false by default - camel-aws2-sqs
     new 6084e85  CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities 
should be false by default - camel-aws2-sqs
     new 3810b23  CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities 
should be false by default - camel-aws2-sqs
     new ad996d8  CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities 
should be false by default - camel-aws2-sqs - removed integration tests, since 
they are exactly the same as the localstack one and are based on localstack too
     new 2563b0b  CAMEL-16293 - Camel-AWS2-Components: Autocreation of entities 
should be false by default - camel-aws2-sqs

The 5 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/catalog/components/aws2-sqs.json  |   4 +-
 .../camel/catalog/docs/aws2-sqs-component.adoc     |   4 +-
 .../apache/camel/component/aws2/sqs/aws2-sqs.json  |   4 +-
 .../src/main/docs/aws2-sqs-component.adoc          |   4 +-
 .../component/aws2/sqs/Sqs2Configuration.java      |   4 +-
 .../integration/SqsComponentIntegrationTest.java   | 126 ---------------------
 .../SqsConsumerMessageIntegrationTest.java         |  98 ----------------
 .../SqsProducerBatchSendFifoIntegrationTest.java   | 105 -----------------
 .../SqsProducerBatchSendIntegrationTest.java       | 103 -----------------
 .../SqsProducerDeleteMessageIntegrationTest.java   |  98 ----------------
 .../aws2/sqs/integration/TestSqsConfiguration.java |  44 -------
 .../sqs/localstack/SqsComponentLocalstackTest.java |   2 +-
 .../SqsConsumerMessageLocalstackTest.java          |  11 +-
 .../SqsProducerBatchSendFifoLocalstackTest.java    |   4 +-
 .../SqsProducerBatchSendLocalstackTest.java        |   4 +-
 ...oducerBatchSendWithSeparatorLocalstackTest.java |   4 +-
 .../SqsProducerDeleteMessageLocalstackTest.java    |   4 +-
 .../dsl/Aws2SqsComponentBuilderFactory.java        |   2 +-
 .../endpoint/dsl/Sqs2EndpointBuilderFactory.java   |  12 +-
 .../modules/ROOT/pages/aws2-sqs-component.adoc     |   4 +-
 20 files changed, 34 insertions(+), 607 deletions(-)
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/SqsComponentIntegrationTest.java
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/SqsConsumerMessageIntegrationTest.java
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/SqsProducerBatchSendFifoIntegrationTest.java
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/SqsProducerBatchSendIntegrationTest.java
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/SqsProducerDeleteMessageIntegrationTest.java
 delete mode 100644 
components/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/TestSqsConfiguration.java

Reply via email to