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 15:00:23 UTC

[camel] branch master updated (0bb8d5b -> 8445eea)

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 0bb8d5b  CAMEL-13143 - Docs for addUserToGroup
     new 43ad7d5  CAMEL-13143 - Camel-AWS IAM: Add Group Operations, RemoveUserFromGroup operation
     new 8445eea  CAMEL-13143 - Docs for removeUserFromGroup

The 35141 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 |  1 +
 .../camel/component/aws/iam/IAMOperations.java     |  2 +-
 .../camel/component/aws/iam/IAMProducer.java       | 26 ++++++++++++++++++++++
 .../component/aws/iam/AmazonIAMClientMock.java     |  3 ++-
 .../component/aws/iam/IAMProducerSpringTest.java   | 19 ++++++++++++++++
 .../camel/component/aws/iam/IAMProducerTest.java   | 20 +++++++++++++++++
 .../aws/iam/IAMComponentSpringTest-context.xml     |  5 +++++
 7 files changed, 74 insertions(+), 2 deletions(-)