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 85173c3 Regen catalog new c0acd27 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-IAM new 30edc60 Regen website docs new f008f0f Regen catalog The 3 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/aws-iam.json | 2 ++ .../camel/catalog/docs/aws-iam-component.adoc | 6 +++-- .../component/aws/iam/IAMComponentConfigurer.java | 5 ++++ .../component/aws/iam/IAMEndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws/iam/aws-iam.json | 2 ++ .../src/main/docs/aws-iam-component.adoc | 6 +++-- .../camel/component/aws/iam/IAMComponent.java | 4 +++- .../camel/component/aws/iam/IAMConfiguration.java | 15 ++++++++++++ .../aws/iam/IAMComponentClientRegistryTest.java | 24 +++++++++++++++++++ .../dsl/AwsIamComponentBuilderFactory.java | 16 +++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++---- .../endpoint/dsl/IAMEndpointBuilderFactory.java | 28 ++++++++++++++++++++++ .../modules/ROOT/pages/aws-iam-component.adoc | 6 +++-- 13 files changed, 116 insertions(+), 11 deletions(-)