You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/05 11:23:55 UTC

[camel] branch master updated (160e979 -> fe738df)

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 160e979  CAMEL-14133: Upgrade Debezium to 0.10.0.Final
     add cd75b79  CAMEL-14141 - Camel-AWS: Add proxyProtocol as endpoint configuration for all the components - CW Component
     add 431db0f  CAMEL-14043 - Default value for ProxyProtcol is https
     add ea756b8  CAMEL-14141 - Camel-AWS: Add proxyProtocol as endpoint configuration for all the components - DDB and DDBStreams Components
     add 4d6588a  CAMEL-14141 - Fixed docs
     add d7cfffb  CAMEL-14141 - Regen docs
     add fe738df  CAMEL-14043 - Fixed docs

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/aws-cw-component.adoc            |  3 ++-
 .../camel/component/aws/cw/CwConfiguration.java    | 14 ++++++++++
 .../apache/camel/component/aws/cw/CwEndpoint.java  |  1 +
 .../aws/cw/CwComponentConfigurationTest.java       | 18 +++++++++++++
 .../src/main/docs/aws-ddb-component.adoc           |  3 ++-
 .../src/main/docs/aws-ddbstream-component.adoc     |  3 ++-
 .../camel/component/aws/ddb/DdbConfiguration.java  | 14 ++++++++++
 .../camel/component/aws/ddb/DdbEndpoint.java       |  1 +
 .../aws/ddbstream/DdbStreamConfiguration.java      | 11 ++++++++
 .../aws/ddb/DdbComponentConfigurationTest.java     | 16 +++++++++++
 .../DdbStreamComponentConfigurationTest.java       | 18 +++++++++++++
 .../src/main/docs/aws-s3-component.adoc            |  2 +-
 .../camel/component/aws/s3/S3Configuration.java    |  4 +--
 .../endpoint/dsl/CwEndpointBuilderFactory.java     | 31 ++++++++++++++++++++++
 .../endpoint/dsl/DdbEndpointBuilderFactory.java    | 31 ++++++++++++++++++++++
 .../dsl/DdbStreamEndpointBuilderFactory.java       | 31 ++++++++++++++++++++++
 .../endpoint/dsl/S3EndpointBuilderFactory.java     | 12 ++++-----
 .../cw/springboot/CwComponentConfiguration.java    | 13 +++++++++
 .../ddb/springboot/DdbComponentConfiguration.java  | 13 +++++++++
 .../DdbStreamComponentConfiguration.java           | 13 +++++++++
 .../s3/springboot/S3ComponentConfiguration.java    |  2 +-
 21 files changed, 241 insertions(+), 13 deletions(-)