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 53ca1be Remove broken anchor new 7dbe94e CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-DDB new 51b4b54 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-DDBStreams new b951258 Regen website docs new 3cb0eed Regen catalog The 4 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/aws2-ddb.json | 2 ++ .../camel/catalog/components/aws2-ddbstream.json | 2 ++ .../camel/catalog/docs/aws2-ddb-component.adoc | 6 +++-- .../catalog/docs/aws2-ddbstream-component.adoc | 6 +++-- .../camel/catalog/docs/azure-blob-component.adoc | 13 +++++----- .../camel/catalog/docs/azure-queue-component.adoc | 13 +++++----- .../aws2/ddb/Ddb2ComponentConfigurer.java | 5 ++++ .../component/aws2/ddb/Ddb2EndpointConfigurer.java | 5 ++++ .../ddbstream/Ddb2StreamComponentConfigurer.java | 5 ++++ .../ddbstream/Ddb2StreamEndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws2/ddb/aws2-ddb.json | 2 ++ .../component/aws2/ddbstream/aws2-ddbstream.json | 2 ++ .../src/main/docs/aws2-ddb-component.adoc | 6 +++-- .../src/main/docs/aws2-ddbstream-component.adoc | 6 +++-- .../camel/component/aws2/ddb/Ddb2Component.java | 4 ++- .../component/aws2/ddb/Ddb2Configuration.java | 15 +++++++++++ .../aws2/ddbstream/Ddb2StreamComponent.java | 4 ++- .../aws2/ddbstream/Ddb2StreamConfiguration.java | 11 ++++++++ .../aws2/ddb/DdbComponentRegistryClientTest.java | 24 +++++++++++++++++ .../dsl/Aws2DdbComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/Aws2DdbstreamComponentBuilderFactory.java | 16 ++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++--- .../endpoint/dsl/Ddb2EndpointBuilderFactory.java | 29 +++++++++++++++++++++ .../dsl/Ddb2StreamEndpointBuilderFactory.java | 30 ++++++++++++++++++++++ docs/components/modules/ROOT/nav.adoc | 4 +-- .../modules/ROOT/pages/aws2-ddb-component.adoc | 6 +++-- .../ROOT/pages/aws2-ddbstream-component.adoc | 6 +++-- .../modules/ROOT/pages/azure-blob-component.adoc | 13 +++++----- .../modules/ROOT/pages/azure-queue-component.adoc | 13 +++++----- 29 files changed, 233 insertions(+), 44 deletions(-)