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 cb84ea2  [CAMEL-12679]ensure camel-xmlsecurity can try key directly to 
decrypt message
     new 98d43a4  CAMEL-12238 - Camel-AWS: Create an IAM component, deleteUser 
operation
     new d15d3ab  CAMEL-12238 - Camel-AWS: Create an IAM component, listUsers 
operation
     new 3fb3601  CAMEL-12238 - Fixed CS
     new 6c66a48  CAMEL-12238 - Updated docs

The 4 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:
 .../camel-aws/src/main/docs/aws-iam-component.adoc |   2 +
 .../camel/component/aws/iam/IAMComponent.java      |  14 +-
 .../aws/iam/IAMComponentVerifierExtension.java     |   3 +-
 .../camel/component/aws/iam/IAMConfiguration.java  |   4 +-
 .../camel/component/aws/iam/IAMConstants.java      |   5 +-
 .../camel/component/aws/iam/IAMEndpoint.java       |   7 +-
 .../camel/component/aws/iam/IAMOperations.java     |   3 +-
 .../camel/component/aws/iam/IAMProducer.java       |  44 +-
 .../component/aws/iam/AmazonIAMClientMock.java     | 977 ++++++++++-----------
 .../aws/iam/IAMComponentConfigurationTest.java     |   2 +-
 .../component/aws/iam/IAMProducerSpringTest.java   |  92 +-
 .../camel/component/aws/iam/IAMProducerTest.java   | 130 ++-
 .../aws/iam/IAMComponentSpringTest-context.xml     |  10 +
 13 files changed, 686 insertions(+), 607 deletions(-)

Reply via email to