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 3fc9aba CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new 4526c46 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
new 5a27b52 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
new e146758 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
new c90e9d2 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
new 406d489 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
new 7e65e2c CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-IAM component
The 6 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 | 4 ++
.../camel/catalog/docs/aws2-iam-component.adoc | 8 +++-
.../aws2/iam/IAM2ComponentConfigurer.java | 12 ++++++
.../component/aws2/iam/IAM2EndpointConfigurer.java | 12 ++++++
.../component/aws2/iam/IAM2EndpointUriFactory.java | 14 ++++---
.../apache/camel/component/aws2/iam/aws2-iam.json | 4 ++
.../src/main/docs/aws2-iam-component.adoc | 8 +++-
.../component/aws2/iam/IAM2Configuration.java | 27 ++++++++++++
.../camel/component/aws2/iam/IAM2Endpoint.java | 3 ++
.../aws2/iam/IAMComponentConfigurationTest.java | 15 +++++++
.../dsl/Aws2IamComponentBuilderFactory.java | 35 ++++++++++++++++
.../endpoint/dsl/IAM2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++
.../modules/ROOT/pages/aws2-iam-component.adoc | 8 +++-
13 files changed, 187 insertions(+), 12 deletions(-)