Commit Graph

10158 Commits

Author SHA1 Message Date
Jakub Cechacek
8def3bf82c DBZ-7260 Moved offset management from SourceInfo to MongoDbOffsetContext 2024-01-11 09:58:24 +01:00
Jakub Cechacek
7ad4701253 DBZ-7260 Further elimination of RS references, mainly from SourceInfo 2024-01-11 09:58:24 +01:00
Jakub Cechacek
15d9b8a791 DBZ-7260 Removed ReplicaSet class 2024-01-11 09:58:24 +01:00
Jakub Cechacek
85536fbf59 DBZ-7260 Flattening offsetContext and partition structue 2024-01-11 09:58:24 +01:00
Jakub Cechacek
2aa072830a DBZ-7260 Adjusted snapshot threads to reflect RS connection mode removal 2024-01-11 09:58:24 +01:00
Jakub Cechacek
1c413db228 DBZ-7260 Removed redundant RS parameters from event sources 2024-01-11 09:58:24 +01:00
Jakub Cechacek
d564261e6e DBZ-7260 Compeltely removed ReplicaSetDiscovery 2024-01-11 09:58:24 +01:00
Jakub Cechacek
1f61140e40 DBZ-7260 Removed RS from connection management 2024-01-11 09:58:24 +01:00
Jakub Cechacek
86ce26bf4a DBZ-7260 Removed RS from MongoDbChangeEventSourceFactory 2024-01-11 09:58:24 +01:00
Jakub Cechacek
85fdf034e5 DBZ-7260 Removed ReplicaSets class 2024-01-11 09:58:24 +01:00
Jakub Cechacek
17cd2158bd DBZ-7260 Removed RS monitoring as there is now only single RS which is always a wrapper around provided connection string 2024-01-11 09:58:24 +01:00
Jakub Cechacek
72e88ffc7d DBZ-7260 Removed RS connection mode, there is always only single RS now 2024-01-11 09:58:24 +01:00
Chris Cranford
6c71892493
[docs] Remove deprecated link to Embedding Debezium 2024-01-10 09:31:59 -05:00
Chris Cranford
9c6c5cd6bc
[docs] Fix substitution issues 2024-01-10 09:29:14 -05:00
Chris Cranford
47024c17f9
[docs] Add informix version bits 2024-01-10 09:28:56 -05:00
Chris Cranford
31d79a4fac
[docs] Fix Notifications link 2024-01-10 09:03:43 -05:00
Ilyas Ahsan
44c5feaffe DBZ-7259 Solve Parser Issue in MySQL Create Procedure
add new line

add new line

DBZ-7259 Fix shouldParseDefiner unittest

fix formatting

fix formatting

Revert "DBZ-7259 Fix shouldParseDefiner unittest"

This reverts commit e7de21dfd1296467b48e9c140eea2f6c025877a6.

Revert "DBZ-7259 Solve Parser Issue in MySQL Create Procedure"

This reverts commit 91976c8714e2604e9412bf3f66e30023a9bcad08.

DBZ-7259 Solve Parser Issue in MySQL Create Procedure

add new line

add new line

DBZ-7259 Fix shouldParseDefiner unittest

fix formatting

fix formatting

Revert "DBZ-7259 Fix shouldParseDefiner unittest"

This reverts commit cfb2cd61bf40628754a56b4613954febd778b206.

Revert "# This is a combination of 4 commits."

This reverts commit 6d53494e53c91d774f0b2b76dba4dbfed590d64e.

DBZ-7259 Solve Parser Issue in MySQL Create Procedure

add new line

add new line

DBZ-7259 Fix shouldParseDefiner unittest

fix formatting

fix formatting

Revert "DBZ-7259 Fix shouldParseDefiner unittest"

This reverts commit e7de21dfd1296467b48e9c140eea2f6c025877a6.

Revert "DBZ-7259 Solve Parser Issue in MySQL Create Procedure"

This reverts commit 91976c8714e2604e9412bf3f66e30023a9bcad08.

DBZ-7259 Solve Parser Issue in MySQL Create Procedure

add new line

add new line

DBZ-7259 Fix shouldParseDefiner unittest

fix formatting

fix formatting

Revert "DBZ-7259 Fix shouldParseDefiner unittest"

This reverts commit cfb2cd61bf40628754a56b4613954febd778b206.

Revert "# This is a combination of 4 commits."

This reverts commit 6d53494e53c91d774f0b2b76dba4dbfed590d64e.

resolve
2024-01-10 06:01:16 +01:00
mfvitale
20fbe73bc8 DBZ-7311 Use a more meaningful name for identify an on demand blocking snapshot 2024-01-08 12:52:03 +01:00
mfvitale
47cbdee526 DBZ-7311 Permits to execute a blocking snapshot even if snapshot.mode=never 2024-01-08 12:52:03 +01:00
Richard Harrington
da5143a7ee DBZ-7287 Clarify comment about how we extract and serialize document ids 2024-01-05 11:20:24 +01:00
Chris Cranford
0f5e654193 DBZ-7315 Fix Oracle include/exclude lists with spaces 2024-01-05 10:52:32 +01:00
Chris Cranford
84fe328a91 DBZ-7315 Introduce trimmed variant helpers 2024-01-05 10:52:32 +01:00
Jiri Pechanec
7a80c9dae8 DBZ-7098 Converting engine should honor unsupported tombstone flag 2024-01-05 08:25:23 +01:00
roldanbob
13703c7457 [docs] remove unnecessary context attribute from anchor
In the description of the `database.ssl.keystore.password` property, the xref to the `database.ssl.keystore` property is incorrectly prefixed with the `{context}` attribute
2024-01-04 19:46:38 -05:00
Mickael Maison
70e7186868 DBZ-7298 Add service loader manifests for all Connect plugins
Add manifests for source/sink connectors, converters and transformations.
2024-01-04 09:22:29 +01:00
Jiri Pechanec
7830bd0f38 [release] Add contributors 2024-01-04 09:13:03 +01:00
overwatcheddude
176f53078e Remove redundant --rm flag 2024-01-04 06:36:11 +01:00
Ilyas Ahsan
ecc68ed2a2 DBZ-7286 Support Several Table Specification in the "CREATE TABLE" in ORACLE. 2024-01-03 08:31:40 -05:00
Ilyas Ahsan
62cb43a72e DBZ-7288 Unittest for hasCommitAlreadyBeenHandled in CommitScn Class
fix formatting
2024-01-03 08:29:50 -05:00
mfvitale
b770ed4a31 DBZ-7256 Enhance logs for incremental snapshot 2024-01-03 09:19:05 +01:00
dependabot[bot]
6b9312752d [ci] Bump tj-actions/changed-files from 40.2.3 to 41.0.1
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.2.3 to 41.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v40.2.3...v41.0.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 06:41:33 +01:00
ani-sha
9f9821c15e DBZ-7266 Use column name instead of regular id for partitioning clause 2024-01-02 12:29:43 +01:00
Jiri Pechanec
db0cfea550 [release] Move Docker to 2.5 2023-12-21 11:38:26 +01:00
Debezium Builder
7cf7113f1f [release] Development version for testing module deps 2023-12-21 07:03:27 +00:00
Debezium Builder
3853d20f44 [maven-release-plugin] prepare for next development iteration 2023-12-21 06:52:01 +00:00
Debezium Builder
5d35e9caaa [maven-release-plugin] prepare release v2.5.0.Final 2023-12-21 06:52:01 +00:00
Debezium Builder
725c6131d8 [release] Stable 2.5.0.Final for testing module deps 2023-12-21 06:49:56 +00:00
Jiri Pechanec
ea41a2dc64 [release] Changelog for 2.5.0.Final 2023-12-21 07:47:08 +01:00
Ilyas Ahsan
0c55e3885d DBZ-7283 Support for Creating EDITIONABLE or NONEDITIONABLE Packages
[DST-4782] Migrate goods from dedicated data vm to backup vm
2023-12-20 19:16:10 +01:00
Jiri Pechanec
d05848ea89 DBZ-6764 Use correct user for registration 2023-12-20 14:26:55 +01:00
Jiri Pechanec
e534365543 DBZ-7145 Add new SMT 2023-12-20 12:38:05 +01:00
ani-sha
c8b6a002a6 DBZ-7213 DBZ-7277 Add missing privileges for MySQL DDL 2023-12-20 09:32:41 +01:00
ani-sha
8bb7869c7e DBZ-7177 DBZ-6764 Remove unused loggers, sort imports 2023-12-20 08:56:56 +01:00
ani-sha
4b36ed9975 DBZ-7177 DBZ-6764 Use correct context name and add suggestions for code review 2023-12-20 08:56:56 +01:00
ani-sha
5a27d42257 DBZ-7177 Add isStreaming check for all tests, remove unused files 2023-12-20 08:56:56 +01:00
rkerner
e06f96f339 DBZ-6764 Fix waitForStreamingRunning/isStreamingRunning 2023-12-20 08:56:56 +01:00
ani-sha
a12b1a9872 DBZ-6764 Connector metrics implementation for REST extension 2023-12-20 08:56:56 +01:00
ani-sha
5841eacb79 DBZ-7177 Wait for streaming, adjust test cases 2023-12-20 08:56:56 +01:00
ani-sha
b4c939e488 DBZ-7177 Remove jolokia dependencies 2023-12-20 08:56:56 +01:00
ani-sha
e535e5b78d DBZ-7177 Add suggestions from code review, adjust code style changes 2023-12-20 08:56:56 +01:00