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 d5dd83e2c05 Regen
     new a4b927205de CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new f2cd2a893f4 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new b0b9699cf27 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new 3d345cf7dee CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new 5fb87a1cfa4 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new 83bdb7d7808 CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM
     new 7e691aca78f CAMEL-19159 - Camel-AWS: Support Profile Credential 
provider as configuration - AWS IAM

The 7 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-iam.json  | 44 ++++++++++---------
 .../aws2/iam/IAM2ComponentConfigurer.java          | 12 +++++
 .../component/aws2/iam/IAM2EndpointConfigurer.java | 12 +++++
 .../component/aws2/iam/IAM2EndpointUriFactory.java |  4 +-
 .../apache/camel/component/aws2/iam/aws2-iam.json  | 44 ++++++++++---------
 .../src/main/docs/aws2-iam-component.adoc          |  8 +++-
 .../camel/component/aws2/iam/IAM2Component.java    |  5 ++-
 .../component/aws2/iam/IAM2Configuration.java      | 26 +++++++++++
 .../aws2/iam/client/IAM2ClientFactory.java         | 10 ++++-
 ...pl.java => IAM2ClientProfileOptimizedImpl.java} | 11 +++--
 .../dsl/Aws2EksComponentBuilderFactory.java        | 35 ---------------
 .../Aws2EventbridgeComponentBuilderFactory.java    | 35 ---------------
 .../endpoint/dsl/IAM2EndpointBuilderFactory.java   | 51 ++++++++++++++++++++++
 13 files changed, 178 insertions(+), 119 deletions(-)
 copy 
components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/client/impl/{IAM2ClientOptimizedImpl.java
 => IAM2ClientProfileOptimizedImpl.java} (88%)

Reply via email to