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 2517afd  Regen website docs
     new 63ff992  CAMEL-15280 - Camel-AWS2-*: Add the ability to trust all 
certificates when overidding the endpoint - DynamoDB
     new 55e755d  CAMEL-15280 - Camel-AWS2-*: Add the ability to trust all 
certificates when overidding the endpoint - DynamoDB Streams
     new 215baa9  Camel-AWS2-DDB: Regen
     new 3a0e550  Regen docs

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:
 .../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 +++--
 .../component/aws2/ddb/Ddb2Configuration.java      | 13 ++++++++++
 .../camel/component/aws2/ddb/Ddb2Endpoint.java     | 13 ++++++++++
 .../aws2/ddbstream/Ddb2StreamConfiguration.java    | 10 ++++++++
 .../aws2/ddbstream/Ddb2StreamEndpoint.java         | 13 ++++++++++
 .../dsl/Aws2DdbComponentBuilderFactory.java        | 15 ++++++++++++
 .../dsl/Aws2DdbstreamComponentBuilderFactory.java  | 15 ++++++++++++
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 +++----
 .../endpoint/dsl/Ddb2EndpointBuilderFactory.java   | 28 ++++++++++++++++++++++
 .../dsl/Ddb2StreamEndpointBuilderFactory.java      | 28 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-ddb-component.adoc     |  6 +++--
 .../ROOT/pages/aws2-ddbstream-component.adoc       |  6 +++--
 19 files changed, 179 insertions(+), 12 deletions(-)

Reply via email to