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 c01166b Regen for commit 63d5e8254da2ab456e2c68fc264eb27ba16c0a32 new 491ddb1 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component new a52383d CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component new dd71466 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component new 6b3db6f CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component new 1775c26 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component new 472c2b0 Regen full The 6 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: .../camel/catalog/components/aws2-ddbstream.json | 4 ++ .../catalog/docs/aws2-ddbstream-component.adoc | 8 +++- .../ddbstream/Ddb2StreamComponentConfigurer.java | 12 +++++ .../ddbstream/Ddb2StreamEndpointConfigurer.java | 12 +++++ .../ddbstream/Ddb2StreamEndpointUriFactory.java | 4 +- .../component/aws2/ddbstream/aws2-ddbstream.json | 4 ++ .../src/main/docs/aws2-ddbstream-component.adoc | 8 +++- .../aws2/ddbstream/Ddb2StreamConfiguration.java | 21 +++++++++ .../aws2/ddbstream/Ddb2StreamEndpoint.java | 3 ++ .../DdbStreamComponentConfigurationTest.java | 16 +++++++ .../dsl/Aws2DdbstreamComponentBuilderFactory.java | 35 +++++++++++++++ .../dsl/Ddb2StreamEndpointBuilderFactory.java | 51 ++++++++++++++++++++++ .../ROOT/pages/aws2-ddbstream-component.adoc | 8 +++- 13 files changed, 179 insertions(+), 7 deletions(-)