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/04 12:55:15 UTC

[camel] branch regen_bot updated (dbcc494 -> 69ed942)

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 dbcc494  Regen for commit 35013a5677f574323b61935232acc4dd97b3c4c3
     add 2058018  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 78a9192  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 9669967  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 2204819  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 4013d9b  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 69ed942  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-sts.json  |  4 ++
 .../camel/catalog/docs/aws2-sts-component.adoc     |  8 +++-
 .../aws2/sts/STS2ComponentConfigurer.java          | 12 ++++++
 .../component/aws2/sts/STS2EndpointConfigurer.java | 12 ++++++
 .../component/aws2/sts/STS2EndpointUriFactory.java | 16 +++----
 .../apache/camel/component/aws2/sts/aws2-sts.json  |  4 ++
 .../src/main/docs/aws2-sts-component.adoc          |  8 +++-
 .../component/aws2/sts/STS2Configuration.java      | 27 ++++++++++++
 .../aws2/sts/STS2ComponentConfigurationTest.java   | 17 ++++++++
 .../dsl/Aws2StsComponentBuilderFactory.java        | 35 ++++++++++++++++
 .../endpoint/dsl/STS2EndpointBuilderFactory.java   | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-sts-component.adoc     |  8 +++-
 12 files changed, 187 insertions(+), 13 deletions(-)