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 2021/03/01 14:48:19 UTC

[camel] branch regen_bot updated (3fc9aba -> 7e65e2c)

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 3fc9aba  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add 4526c46  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component
     add 5a27b52  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component
     add e146758  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component
     add c90e9d2  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component
     add 406d489  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component
     add 7e65e2c  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-IAM component

No new revisions were added by this update.

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(-)