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 d049b03 Fixed tests
new 26b4cb0 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-DDB component
new e784a04 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-DDB component
new c2d5aef CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-DDB component
new dcc6bab CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-DDB component
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 | 4 ++
.../camel/catalog/docs/aws2-ddb-component.adoc | 8 +++-
.../apache/camel/catalog/schemas/camel-spring.xsd | 7 +---
.../aws2/ddb/Ddb2ComponentConfigurer.java | 12 ++++++
.../component/aws2/ddb/Ddb2EndpointConfigurer.java | 12 ++++++
.../component/aws2/ddb/Ddb2EndpointUriFactory.java | 4 +-
.../apache/camel/component/aws2/ddb/aws2-ddb.json | 4 ++
.../src/main/docs/aws2-ddb-component.adoc | 8 +++-
.../component/aws2/ddb/Ddb2Configuration.java | 27 ++++++++++++
.../camel/component/aws2/ddb/Ddb2Endpoint.java | 3 ++
.../aws2/ddb/DdbComponentConfigurationTest.java | 15 +++++++
.../dsl/Aws2DdbComponentBuilderFactory.java | 35 ++++++++++++++++
.../endpoint/dsl/Ddb2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++
.../modules/ROOT/pages/aws2-ddb-component.adoc | 8 +++-
14 files changed, 184 insertions(+), 12 deletions(-)