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 4e50a26 Regen catalog new 9a788f4 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-DDB new 297d870 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-DDBStreams new de1a79e Camel-AWS-DDB: Fixed CS new 989edc7 Regen website docs new 82d3571 Regen catalog The 5 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: .../apache/camel/catalog/components/aws-ddb.json | 2 ++ .../camel/catalog/components/aws-ddbstream.json | 2 ++ .../camel/catalog/docs/aws-ddb-component.adoc | 6 +++-- .../catalog/docs/aws-ddbstream-component.adoc | 6 +++-- .../component/aws/ddb/DdbComponentConfigurer.java | 5 ++++ .../component/aws/ddb/DdbEndpointConfigurer.java | 5 ++++ .../ddbstream/DdbStreamComponentConfigurer.java | 5 ++++ .../aws/ddbstream/DdbStreamEndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws/ddb/aws-ddb.json | 2 ++ .../component/aws/ddbstream/aws-ddbstream.json | 2 ++ .../src/main/docs/aws-ddb-component.adoc | 6 +++-- .../src/main/docs/aws-ddbstream-component.adoc | 6 +++-- .../camel/component/aws/ddb/DdbComponent.java | 4 ++- .../camel/component/aws/ddb/DdbConfiguration.java | 15 +++++++++++ .../aws/ddbstream/DdbStreamComponent.java | 4 ++- .../aws/ddbstream/DdbStreamConfiguration.java | 11 ++++++++ .../aws/ddb/DdbComponentRegistryClientTest.java | 24 +++++++++++++++++ .../dsl/AwsDdbComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/AwsDdbstreamComponentBuilderFactory.java | 16 ++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++--- .../endpoint/dsl/DdbEndpointBuilderFactory.java | 28 ++++++++++++++++++++ .../dsl/DdbStreamEndpointBuilderFactory.java | 30 ++++++++++++++++++++++ .../modules/ROOT/pages/aws-ddb-component.adoc | 6 +++-- .../ROOT/pages/aws-ddbstream-component.adoc | 6 +++-- 24 files changed, 202 insertions(+), 18 deletions(-)