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.
discard 18a5c2e Regen for commit cb79eae675b61076013547f34092e0cbb8da1053 add 317ab1f git commit "CAMEL-16774:camel-debezium - Upgrade to 1.6" (#5796) add 33bc799 Regen for commit 317ab1f872b6102adb12d45f2c9849f43be2b57c This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (18a5c2e) \ N -- N -- N refs/heads/regen_bot (33bc799) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 4 +- .../camel/catalog/components/debezium-mysql.json | 12 +- .../catalog/components/debezium-postgres.json | 10 +- .../catalog/components/debezium-sqlserver.json | 16 +- .../catalog/docs/debezium-mysql-component.adoc | 16 +- .../catalog/docs/debezium-postgres-component.adoc | 14 +- .../catalog/docs/debezium-sqlserver-component.adoc | 20 ++- .../debezium/DebeziumMySqlComponentConfigurer.java | 24 +++ .../debezium/DebeziumMySqlEndpointConfigurer.java | 24 +++ .../debezium/DebeziumMySqlEndpointUriFactory.java | 6 +- ...ySqlConnectorEmbeddedDebeziumConfiguration.java | 70 ++++++++- .../camel/component/debezium/debezium-mysql.json | 12 +- .../src/main/docs/debezium-mysql-component.adoc | 16 +- .../DebeziumPostgresComponentConfigurer.java | 6 + .../DebeziumPostgresEndpointConfigurer.java | 6 + .../DebeziumPostgresEndpointUriFactory.java | 3 +- ...gresConnectorEmbeddedDebeziumConfiguration.java | 21 ++- .../component/debezium/debezium-postgres.json | 10 +- .../src/main/docs/debezium-postgres-component.adoc | 14 +- .../DebeziumSqlserverComponentConfigurer.java | 24 +++ .../DebeziumSqlserverEndpointConfigurer.java | 24 +++ .../DebeziumSqlserverEndpointUriFactory.java | 6 +- ...rverConnectorEmbeddedDebeziumConfiguration.java | 75 +++++++++- .../component/debezium/debezium-sqlserver.json | 16 +- .../main/docs/debezium-sqlserver-component.adoc | 20 ++- .../dsl/DebeziumMysqlComponentBuilderFactory.java | 80 +++++++++- .../DebeziumPostgresComponentBuilderFactory.java | 24 ++- .../DebeziumSqlserverComponentBuilderFactory.java | 86 ++++++++++- .../dsl/DebeziumMySqlEndpointBuilderFactory.java | 153 +++++++++++++++++++- .../DebeziumPostgresEndpointBuilderFactory.java | 39 ++++- .../DebeziumSqlserverEndpointBuilderFactory.java | 161 ++++++++++++++++++++- .../ROOT/pages/debezium-mysql-component.adoc | 16 +- .../ROOT/pages/debezium-postgres-component.adoc | 14 +- .../ROOT/pages/debezium-sqlserver-component.adoc | 20 ++- parent/pom.xml | 4 +- 35 files changed, 967 insertions(+), 99 deletions(-)