You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/17 08:23:20 UTC

[camel] branch regen_bot updated (e140667 -> 64ea853)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e140667  CAMEL-15836 - Camel-AWS2-Kms: enable autowire on the KMS Client, added a note to migration guide
     add 62c2e51  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client
     add bf2c630  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, regen component and configurers
     add 08c3f01  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, fixed tests
     add 7b5433e  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, CS
     add a051a90  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, Regen catalog
     add 64ea853  CAMEL-15836 - Camel-AWS2-Lambda: enable autowire on the Lambda Client, Added a note on migration guide

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/aws2-lambda.json      |  6 ++---
 .../camel/catalog/docs/aws2-lambda-component.adoc  | 10 +++-----
 .../aws2/lambda/Lambda2ComponentConfigurer.java    | 11 ++++----
 .../aws2/lambda/Lambda2EndpointConfigurer.java     | 11 ++++----
 .../aws2/lambda/Lambda2EndpointUriFactory.java     |  3 +--
 .../camel/component/aws2/lambda/aws2-lambda.json   |  6 ++---
 .../src/main/docs/aws2-lambda-component.adoc       | 10 +++-----
 .../component/aws2/lambda/Lambda2Component.java    | 21 ---------------
 .../aws2/lambda/Lambda2Configuration.java          | 16 ++----------
 .../lambda/LambdaComponentClientRegistryTest.java  | 16 +-----------
 .../dsl/Aws2LambdaComponentBuilderFactory.java     | 16 ------------
 .../dsl/Lambda2EndpointBuilderFactory.java         | 30 ----------------------
 .../modules/ROOT/pages/aws2-lambda-component.adoc  | 10 +++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  5 ++++
 14 files changed, 35 insertions(+), 136 deletions(-)