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/13 12:45:33 UTC

[camel] branch regen_bot updated (33058eb -> ec6b1ab)

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 33058eb  Regen for commit 993bafc49e100eb72bc016f12d3cff3fcf48875b
     add 858ba2f  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client
     add 6326f9c  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client, fixed tests
     add 9d8a890  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client, renamed autodiscover test
     add 04e8741  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client, fixed tests
     add 11c2f0a6 CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client, catalog regen
     add 49de3f5  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDb client, added a note in migration guide
     add f3553a7  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDbStreams client
     add 66653a9  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDbStreams client, regen component
     add e7e5ccb  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDbStreams client, regen catalog
     add ec6b1ab  CAMEL-15836 - Camel-AWS2-DDB: enable autowire on the DynamoDbStreams client, added a note in migration guide

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ddb.json  |  6 ++---
 .../camel/catalog/components/aws2-ddbstream.json   |  6 ++---
 .../camel/catalog/docs/aws2-ddb-component.adoc     | 10 +++-----
 .../catalog/docs/aws2-ddbstream-component.adoc     | 10 +++-----
 .../aws2/ddb/Ddb2ComponentConfigurer.java          | 11 ++++----
 .../component/aws2/ddb/Ddb2EndpointConfigurer.java | 11 ++++----
 .../component/aws2/ddb/Ddb2EndpointUriFactory.java |  3 +--
 .../ddbstream/Ddb2StreamComponentConfigurer.java   | 11 ++++----
 .../ddbstream/Ddb2StreamEndpointConfigurer.java    | 11 ++++----
 .../ddbstream/Ddb2StreamEndpointUriFactory.java    |  3 +--
 .../apache/camel/component/aws2/ddb/aws2-ddb.json  |  6 ++---
 .../component/aws2/ddbstream/aws2-ddbstream.json   |  6 ++---
 .../src/main/docs/aws2-ddb-component.adoc          | 10 +++-----
 .../src/main/docs/aws2-ddbstream-component.adoc    | 10 +++-----
 .../camel/component/aws2/ddb/Ddb2Component.java    | 21 ---------------
 .../component/aws2/ddb/Ddb2Configuration.java      | 15 +----------
 .../aws2/ddbstream/Ddb2StreamComponent.java        | 21 ---------------
 .../aws2/ddbstream/Ddb2StreamConfiguration.java    | 13 +---------
 .../aws2/ddb/DdbComponentRegistryClientTest.java   | 15 +----------
 .../dsl/Aws2DdbComponentBuilderFactory.java        | 16 ------------
 .../dsl/Aws2DdbstreamComponentBuilderFactory.java  | 16 ------------
 .../endpoint/dsl/Ddb2EndpointBuilderFactory.java   | 29 ---------------------
 .../dsl/Ddb2StreamEndpointBuilderFactory.java      | 30 ----------------------
 .../modules/ROOT/pages/aws2-ddb-component.adoc     | 10 +++-----
 .../ROOT/pages/aws2-ddbstream-component.adoc       | 10 +++-----
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |  8 ++++++
 26 files changed, 65 insertions(+), 253 deletions(-)