You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/15 14:03:23 UTC

[camel] branch regen_bot updated (d5dd83e2c05 -> 4bfce032d32)

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

No new revisions were added by this update.

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/Aws2IamComponentBuilderFactory.java        | 35 +++++++++++++++
 .../endpoint/dsl/IAM2EndpointBuilderFactory.java   | 51 ++++++++++++++++++++++
 12 files changed, 213 insertions(+), 49 deletions(-)
 copy components/camel-aws/camel-aws2-iam/src/main/java/org/apache/camel/component/aws2/iam/client/impl/{IAM2ClientOptimizedImpl.java => IAM2ClientProfileOptimizedImpl.java} (88%)