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 a35e72f CAMEL-13557: Add property binding support to make it convenient to configure components and whatnot. new 4fd8060 CAMEL-13570 - Camel AWS-SQS: Make the autocreation of the queue configurable new 9b3fec8 CAMEL-13570 - Fixed CS new c3cedd1 CAMEL-13570 - Docs new 65d6be9 CAMEL-13570 - Default value for autoCreateQueue is true new 88a090b CAMEL-13570 - Regen docs new 8cec20d CAMEL-13570 - Full regen The 6 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 | 11 ++- .../camel/component/aws/sqs/SqsConfiguration.java | 104 ++++++++++++++------- .../camel/component/aws/sqs/SqsConsumer.java | 48 +++++----- .../camel/component/aws/sqs/SqsEndpoint.java | 2 +- .../aws/sqs/SqsComponentConfigurationTest.java | 15 +++ .../modules/ROOT/pages/aws-sqs-component.adoc | 11 ++- .../sqs/springboot/SqsComponentConfiguration.java | 12 +++ 7 files changed, 138 insertions(+), 65 deletions(-)