You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/30 14:08:50 UTC

[camel] branch master updated (036198c -> 0bb8d5b)

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 036198c  Polished
     new 5810a91  CAMEL-13143 - Camel-AWS IAM: Add Group Operations, createGroup Operation
     new f325f9c  CAMEL-13143 - Fixed CS
     new 8009eb9  CAMEL-13143 - Docs for CreateGroup Operation
     new b6d8770  CAMEL-13143 - Camel-AWS IAM: Add Group Operations, deleteGroup Operation
     new 5048c81  CAMEL-13143 - Docs for DeleteGroup
     new 15ec735  CAMEL-13143 - Camel-AWS IAM: Add Group Operations, listGroups operation
     new 4c55da1  CAMEL-13143 - Docs for listGroups
     new 8a85cad  CAMEL-13143 - Camel-AWS IAM: Add Group Operations, AddUserToGroup operation
     new 0bb8d5b  CAMEL-13143 - Docs for addUserToGroup

The 35139 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 |  8 ++
 .../camel/component/aws/iam/IAMConstants.java      |  2 +
 .../camel/component/aws/iam/IAMOperations.java     |  3 +-
 .../camel/component/aws/iam/IAMProducer.java       | 90 ++++++++++++++++++++++
 .../component/aws/iam/AmazonIAMClientMock.java     | 22 +++++-
 .../component/aws/iam/IAMProducerSpringTest.java   | 78 +++++++++++++++++++
 .../camel/component/aws/iam/IAMProducerTest.java   | 83 ++++++++++++++++++++
 .../aws/iam/IAMComponentSpringTest-context.xml     | 20 +++++
 8 files changed, 302 insertions(+), 4 deletions(-)