This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot 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 add 9fc0316 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client add 9ede4c8 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, regen component and configurers add f02042d CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, fixed tests add a2d3cfb CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, CS add 5b71ac0 CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, Regen catalog add 6bde1ea CAMEL-15836 - Camel-AWS2-SQS: enable autowire on the SQS Client, Added a note to migration guide No new revisions were added by this update. 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(-)