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 931c6a5 CAMEL-15836 - Camel-AWS2-SNS: enable autowire on the SNS Client, added a note to migration guide new 9fc0316 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client new 9ede4c8 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, regen component and configurers new f02042d CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, fixed tests new a2d3cfb CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, CS new 5b71ac0 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, Regen catalog new 6bde1ea CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, Added a note to migration guide 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: .../apache/camel/catalog/components/aws2-sqs.json | 6 +- .../camel/catalog/docs/aws2-sqs-component.adoc | 10 +-- .../aws2/sqs/Sqs2ComponentConfigurer.java | 11 ++- .../component/aws2/sqs/Sqs2EndpointConfigurer.java | 11 ++- .../component/aws2/sqs/Sqs2EndpointUriFactory.java | 3 +- .../apache/camel/component/aws2/sqs/aws2-sqs.json | 6 +- .../src/main/docs/aws2-sqs-component.adoc | 10 +-- .../camel/component/aws2/sqs/Sqs2Component.java | 21 ----- .../component/aws2/sqs/Sqs2Configuration.java | 16 +--- .../aws2/sqs/SqsComponentClientRegistryTest.java | 15 +--- .../dsl/Aws2SqsComponentBuilderFactory.java | 16 ---- .../endpoint/dsl/Sqs2EndpointBuilderFactory.java | 89 ---------------------- .../modules/ROOT/pages/aws2-sqs-component.adoc | 10 +-- .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 5 ++ 14 files changed, 35 insertions(+), 194 deletions(-)