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