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 1108370 CAMEL-13256 - Regen new 38390ec CAMEL-13317 - Camel-AWS SQS: Being able to send batch of messages new f422453 CAMEL-13317 - Camel-AWS SQS: Being able to send batch of messages, fixed CS and regen new eb6bc1b CAMEL-13317 - Check for iterables in the sendBatchMessage operation new 14b5812 CAMEL-13317 - moved integration test for Batch Message into his own package new 0b7c668 CAMEL-13317 - Added unit test new dbb2cde CAMEL-13317 - Added some docs new 1d36d1e CAMEL-13317 - Regen new 9fe4f63 Regen The 36090 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: .../src/main/docs/aws-sqs-component.adoc | 18 +++- .../camel/component/aws/sqs/SqsConfiguration.java | 13 +++ .../camel/component/aws/sqs/SqsConstants.java | 1 + .../camel/component/aws/sqs/SqsOperations.java} | 6 +- .../camel/component/aws/sqs/SqsProducer.java | 103 +++++++++++++++++++-- .../component/aws/sqs/AmazonSQSClientMock.java | 27 ++++++ .../component/aws/sqs/SqsProducerBatchTest.java} | 42 +++++---- .../SqsProducerBatchSendIntegrationTest.java} | 41 +++++--- .../modules/ROOT/pages/aws-sqs-component.adoc | 18 +++- .../sqs/springboot/SqsComponentConfiguration.java | 14 +++ 10 files changed, 239 insertions(+), 44 deletions(-) copy components/{camel-avro/src/main/java/org/apache/camel/component/avro/AvroTransport.java => camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsOperations.java} (89%) copy components/{camel-aws-s3/src/test/java/org/apache/camel/component/aws/s3/S3ComponentGetObjectTest.java => camel-aws-sqs/src/test/java/org/apache/camel/component/aws/sqs/SqsProducerBatchTest.java} (60%) copy components/{camel-aws-cw/src/test/java/org/apache/camel/component/aws/cw/integration/CwComponentIntegrationTest.java => camel-aws-sqs/src/test/java/org/apache/camel/component/aws/sqs/integration/SqsProducerBatchSendIntegrationTest.java} (56%)