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 bb8f719  Upgrade Drools to version 7.36.1.Final
     new 7b2cf44  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda get 
function
     new 4650a1e  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
delete function
     new d0af6ab  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
list functions
     new 7a2067c  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
invoke function
     new 6d6d627  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
fixed instanceof checks
     new a64ffef  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
create function
     new d110e70  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
update function
     new 95b06cf  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
create event source mapping
     new 0bd7969  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
delete event source mapping
     new 6c6006c  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
list event source mapping
     new 51ef5b0  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
list tags operation
     new b0633c2  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda tag 
resources operation
     new d6cad36  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
untag resources operation
     new 5b0241d  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
publish version
     new fd3ac5a  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
list version
     new bec5dab  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
create Alias
     new 9352617  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
delete Alias
     new eb89f2b  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda get 
Alias
     new 2e5db2e  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
list aliases
     new 3a7824e  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
fixed CS
     new 84f0081  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
fixed tests
     new a82b2e4  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
fixed CS and regen
     new 6789fce  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
added unit and spring tests
     new 331e535  CAMEL-14868 - Camel-AWS2-*: Where possible, give the 
possiblity to the end user to pass an AWS Request pojo as body, aws2-lambda 
regen website docs

The 24 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:
 .../aws2/lambda/Lambda2ComponentConfigurer.java    |   5 +
 .../aws2/lambda/Lambda2EndpointConfigurer.java     |   5 +
 .../camel/component/aws2/lambda/aws2-lambda.json   |   2 +
 .../src/main/docs/aws2-lambda-component.adoc       |   6 +-
 .../aws2/lambda/Lambda2Configuration.java          |  13 +
 .../component/aws2/lambda/Lambda2Producer.java     | 979 +++++++++++++--------
 .../aws2/lambda/LambdaComponentSpringTest.java     |  14 +
 .../component/aws2/lambda/LambdaProducerTest.java  |  16 +
 .../lambda/LambdaComponentSpringTest-context.xml   |   5 +
 .../dsl/Aws2LambdaComponentBuilderFactory.java     |  13 +
 .../dsl/Lambda2EndpointBuilderFactory.java         |  24 +
 .../modules/ROOT/pages/aws2-lambda-component.adoc  |   6 +-
 12 files changed, 732 insertions(+), 356 deletions(-)

Reply via email to