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 2020/01/08 13:54:10 UTC

[camel] branch master updated (56850d4 -> 4431b8e)

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 56850d4  CAMEL-14375: camel-kafka - The saslJaasConfig option may contain sensitive information that can be logged
     add 80288f9  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, listAliases operation
     add 735e81c  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, listAliases operation fixed tests
     add bcba073  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, listAliases operation add tests
     add ad55a6f  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, listAliases operation fixed tests
     add b420937  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, listAliases opeartion added Spring Tests
     add fadffe9  CAMEL-14348 - Fixed CS
     add 2adac38  CAMEL-14348 - Camel-AWS Lambda: Add alias operations, added docs about listAliases operation
     add 4431b8e  CAMEL-14348 - Regen docs

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/aws-lambda-component.adoc        |  3 +++
 .../component/aws/lambda/LambdaOperations.java     |  1 +
 .../camel/component/aws/lambda/LambdaProducer.java | 23 ++++++++++++++++++++++
 .../aws/lambda/AmazonLambdaClientMock.java         | 11 ++++++++++-
 .../aws/lambda/LambdaComponentSpringTest.java      | 19 ++++++++++++++++++
 .../component/aws/lambda/LambdaOperationsTest.java |  4 +++-
 .../component/aws/lambda/LambdaProducerTest.java   | 21 ++++++++++++++++++++
 .../lambda/LambdaComponentSpringTest-context.xml   |  5 +++++
 .../endpoint/dsl/LambdaEndpointBuilderFactory.java |  1 +
 .../modules/ROOT/pages/aws-lambda-component.adoc   |  3 +++
 10 files changed, 89 insertions(+), 2 deletions(-)