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 9e4e2e7 Added links to component containing batch consumer (file and ftp) new ba7b24e CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-Lambda new a56078c2 Regen website docs new 8150005 Regen catalog new 40afd65 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-Lambda new d416955 Regen website docs new 3b27730 Regen catalog The 6 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/catalog/components/aws-lambda.json | 2 ++ .../camel/catalog/components/aws2-lambda.json | 2 ++ .../camel/catalog/docs/aws-lambda-component.adoc | 6 +++-- .../camel/catalog/docs/aws2-lambda-component.adoc | 6 +++-- .../aws/lambda/LambdaComponentConfigurer.java | 5 ++++ .../aws/lambda/LambdaEndpointConfigurer.java | 5 ++++ .../camel/component/aws/lambda/aws-lambda.json | 2 ++ .../src/main/docs/aws-lambda-component.adoc | 6 +++-- .../component/aws/lambda/LambdaComponent.java | 4 ++- .../component/aws/lambda/LambdaConfiguration.java | 15 +++++++++++ .../lambda/LambdaComponentClientRegistryTest.java | 26 +++++++++++++++++++ .../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 +++-- .../component/aws2/lambda/Lambda2Component.java | 4 ++- .../aws2/lambda/Lambda2Configuration.java | 15 +++++++++++ .../lambda/LambdaComponentClientRegistryTest.java | 26 +++++++++++++++++++ .../dsl/Aws2LambdaComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/AwsLambdaComponentBuilderFactory.java | 16 ++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++--- .../dsl/Lambda2EndpointBuilderFactory.java | 30 ++++++++++++++++++++++ .../endpoint/dsl/LambdaEndpointBuilderFactory.java | 30 ++++++++++++++++++++++ .../modules/ROOT/pages/aws-lambda-component.adoc | 6 +++-- .../modules/ROOT/pages/aws2-lambda-component.adoc | 6 +++-- 25 files changed, 236 insertions(+), 18 deletions(-)