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 ab278c2 Removed Jenkinsifle for full pipeline: it takes too much time and it's not reliable new 53f11ff CAMEL-15374 - Camel-AWS2-STS: Add more operation to the producer, getFederationToken new 77939a9 CAMEL-15374 - Regen and fixed CS new 5bcd48c CAMEL-15374 - Added Spring test for getFederationToken new 6039228 CAMEL-15374 - Improved tests new 7d9e206 CAMEL-15374 - Improved misleading error log new 748dba1 CAMEL-15374 - Added getFederationToken docs and example 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/component/aws2/sts/aws2-sts.json | 4 +-- .../src/main/docs/aws2-sts-component.adoc | 14 ++++++-- .../camel/component/aws2/sts/STS2Constants.java | 1 + .../camel/component/aws2/sts/STS2Operations.java | 3 +- .../camel/component/aws2/sts/STS2Producer.java | 40 ++++++++++++++++++++++ .../component/aws2/sts/AmazonSTSClientMock.java | 9 +++++ .../component/aws2/sts/STS2ProducerSpringTest.java | 18 ++++++++++ .../camel/component/aws2/sts/STS2ProducerTest.java | 21 ++++++++++++ .../aws2/sts/STSComponentSpringTest-context.xml | 5 +++ .../endpoint/dsl/STS2EndpointBuilderFactory.java | 3 +- 10 files changed, 112 insertions(+), 6 deletions(-)