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 fe2fb4e Fhir component requires Guava 23.0 for his Karaf Feature new 173009a Add url parameter to configure the queueUrl of an SqsEndpoint new 6bb9f55 Fix for findings from code review: - re-added use of configuration.getAmazonAWSHost when building queueUrl - replaced tabs with spaces - use aws-sqs-component.adoc as generated by build new b22cae3 Fixing findings from review: - label the queueUrl parameter as advanced - improve documentation of queueUrl parameter, clarify that it is intended for testing purposes - add a UnitTest for the queueUrl parameter new 07e3d06 Fixed CS and regen The 4 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: .../camel-aws/src/main/docs/aws-sqs-component.adoc | 3 +- .../camel/component/aws/sqs/SqsConfiguration.java | 14 +++++++ .../camel/component/aws/sqs/SqsEndpoint.java | 44 ++++++++++++---------- .../SqsEndpointExplicitQueueUrlTest.java} | 40 ++++++++++---------- .../sqs/springboot/SqsComponentConfiguration.java | 9 +++++ 5 files changed, 69 insertions(+), 41 deletions(-) copy components/camel-aws/src/test/java/org/apache/camel/component/aws/{sdb/DeleteDomainCommandTest.java => sqs/SqsEndpointExplicitQueueUrlTest.java} (52%) -- To stop receiving notification emails like this one, please contact acosent...@apache.org.