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 2021/02/26 16:26:43 UTC

[camel] branch regen_bot updated (c01166b -> 472c2b0)

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 c01166b  Regen for commit 63d5e8254da2ab456e2c68fc264eb27ba16c0a32
     add 491ddb1  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component
     add a52383d  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component
     add dd71466  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component
     add 6b3db6f  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component
     add 1775c26  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-DDB Streams component
     add 472c2b0  Regen full

No new revisions were added by this update.

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(-)