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/02/13 13:14:10 UTC

[camel] branch master updated (9b4df63 -> b89659d)

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 9b4df63  Removed useless SuppressWarnings annotation in tooling APT
     new b0e8608  CAMEL-13190 - Camel-AWS Lambda: Add versioning support, publishVersion operation
     new c1c3301  CAMEL-13190 - Fixed CS
     new fb1a1fd  CAMEL-13190 - Added docs for PublishVersion operation
     new 93f25a2  CAMEL-13190 - Camel-AWS Lambda: Add versioning support, listVersions operation
     new b89659d  CAMEL-13190 - Added docs for listVersions operation

The 35464 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:
 .../src/main/docs/aws-lambda-component.adoc        |  2 +
 .../component/aws/lambda/LambdaConstants.java      |  2 +
 .../component/aws/lambda/LambdaOperations.java     |  4 +-
 .../camel/component/aws/lambda/LambdaProducer.java | 44 ++++++++++++++++++++++
 .../aws/lambda/AmazonLambdaClientMock.java         | 12 +++++-
 .../aws/lambda/LambdaComponentSpringTest.java      | 36 ++++++++++++++++++
 .../component/aws/lambda/LambdaOperationsTest.java |  6 ++-
 .../component/aws/lambda/LambdaProducerTest.java   | 41 ++++++++++++++++++++
 .../lambda/LambdaComponentSpringTest-context.xml   | 10 +++++
 9 files changed, 153 insertions(+), 4 deletions(-)