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 10:09:13 UTC

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

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 50bf4b4  CAMEL-14043 - AWS-S3: Add proxyProtocol as endpoint configuration option
     add 160e979  CAMEL-14133: Upgrade Debezium to 0.10.0.Final

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/debezium-mongodb-component.adoc  |  14 +-
 .../src/main/docs/debezium-mysql-component.adoc    |  20 +-
 .../src/main/docs/debezium-postgres-component.adoc |  34 +-
 .../dsl/DebeziumMongodbEndpointBuilderFactory.java |  54 ++
 .../dsl/DebeziumMySqlEndpointBuilderFactory.java   |  89 +++-
 .../DebeziumPostgresEndpointBuilderFactory.java    | 159 ++++--
 .../ROOT/pages/debezium-mongodb-component.adoc     |  10 +-
 .../ROOT/pages/debezium-mysql-component.adoc       |  20 +-
 .../ROOT/pages/debezium-postgres-component.adoc    |  38 +-
 parent/pom.xml                                     |   2 +-
 .../DebeziumMongodbComponentConfiguration.java     |  40 ++
 .../DebeziumMySqlComponentConfiguration.java       |  91 +++-
 .../DebeziumPostgresComponentConfiguration.java    | 577 ++++++++++++---------
 13 files changed, 769 insertions(+), 379 deletions(-)