This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1dab230  Small documentation improvements (#6753)
     new 22913bc  Upgrade to same versions for doc generation as camel-website
     new a262f81  CAMEL-17490: Upgrade to debezium 1.8

The 2 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/debezium-mongodb.json |   8 +-
 .../camel/catalog/components/debezium-mysql.json   |  12 +-
 .../catalog/components/debezium-postgres.json      |  12 +-
 .../catalog/components/debezium-sqlserver.json     |  16 +-
 docs/pom.xml                                       |   6 +-
 .../DebeziumMongodbComponentBuilderFactory.java    |  41 +++++
 .../dsl/DebeziumMysqlComponentBuilderFactory.java  |  81 +++++++++
 .../DebeziumPostgresComponentBuilderFactory.java   | 116 ++++++++++---
 .../DebeziumSqlserverComponentBuilderFactory.java  | 117 +++++++++++++
 .../dsl/DebeziumMongodbEndpointBuilderFactory.java |  38 ++++
 .../dsl/DebeziumMySqlEndpointBuilderFactory.java   | 123 +++++++++++++
 .../DebeziumPostgresEndpointBuilderFactory.java    | 132 ++++++++++++--
 .../DebeziumSqlserverEndpointBuilderFactory.java   | 192 +++++++++++++++++++++
 13 files changed, 844 insertions(+), 50 deletions(-)

Reply via email to