This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 0898a2cf308 CAMEL-19132: Replace vm with seda endpoint (#9587)
new 0eb391575ce CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new abe96e0e82e CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 90107da2fc3 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 8cc1c3f580b CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 74614d5ba75 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 3fb1add9c34 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 49225ccaa1e CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
new 49c30daee0c CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS SQS
The 8 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:
.../aws2/sqs/Sqs2ComponentConfigurer.java | 12 +++++
.../component/aws2/sqs/Sqs2EndpointConfigurer.java | 12 +++++
.../component/aws2/sqs/Sqs2EndpointUriFactory.java | 4 +-
.../apache/camel/component/aws2/sqs/aws2-sqs.json | 4 ++
.../src/main/docs/aws2-sqs-component.adoc | 8 ++-
.../camel/component/aws2/sqs/Sqs2Component.java | 6 ++-
.../component/aws2/sqs/Sqs2Configuration.java | 27 ++++++++++
.../aws2/sqs/client/Sqs2ClientFactory.java | 10 +++-
...java => Sqs2ClientIAMProfileOptimizedImpl.java} | 15 +++---
...qs2ConsumerHealthCheckIAMProfileCredsTest.java} | 4 +-
.../component/aws2/sqs/SqsClientFactoryTest.java | 60 ++++++++++++++++++++++
11 files changed, 146 insertions(+), 16 deletions(-)
copy
components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/impl/{Sqs2ClientStandardImpl.java
=> Sqs2ClientIAMProfileOptimizedImpl.java} (88%)
copy
components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/{Sqs2ConsumerHealthCheckProfileCredsTest.java
=> Sqs2ConsumerHealthCheckIAMProfileCredsTest.java} (96%)
create mode 100644
components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/SqsClientFactoryTest.java