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 2021/03/02 08:16:01 UTC

[camel] branch master updated (fd299dc -> 2f26ab3)

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 fd299dc  CAMEL-16222: camel-core - ExchangeFactory SPI to allow to use exchange pooling
     add 7ec72e2  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component
     add f481480  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component
     add 553ca6f  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component
     add 0562414  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component
     add 5e6e229  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component
     add 2f26ab3  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Lambda component

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/aws2-lambda.json      |  4 ++
 .../camel/catalog/docs/aws2-lambda-component.adoc  |  8 +++-
 .../aws2/lambda/Lambda2ComponentConfigurer.java    | 12 ++++++
 .../aws2/lambda/Lambda2EndpointConfigurer.java     | 12 ++++++
 .../aws2/lambda/Lambda2EndpointUriFactory.java     | 14 ++++---
 .../camel/component/aws2/lambda/aws2-lambda.json   |  4 ++
 .../src/main/docs/aws2-lambda-component.adoc       |  8 +++-
 .../aws2/lambda/Lambda2Configuration.java          | 27 ++++++++++++
 .../component/aws2/lambda/Lambda2Endpoint.java     |  3 ++
 .../lambda/LambdaComponentConfigurationTest.java   | 16 +++++++
 .../dsl/Aws2LambdaComponentBuilderFactory.java     | 35 ++++++++++++++++
 .../dsl/Lambda2EndpointBuilderFactory.java         | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-lambda-component.adoc  |  8 +++-
 13 files changed, 188 insertions(+), 12 deletions(-)