Commit Graph

10803 Commits

Author SHA1 Message Date
Debezium Builder
30f634efe6 [maven-release-plugin] prepare release v2.7.0.Final 2024-06-28 04:51:15 -04:00
Debezium Builder
53825c32f5 [release] Stable parent 2.7.0.Final for release 2024-06-28 04:50:42 -04:00
Debezium Builder
a877cb510c [release] Development version for testing module deps 2024-06-28 04:50:17 -04:00
Debezium Builder
ee2c192ae0 [maven-release-plugin] prepare for next development iteration 2024-06-28 04:36:37 -04:00
Debezium Builder
d47ba9bcb0 [maven-release-plugin] prepare release v2.7.0.Final 2024-06-28 04:36:37 -04:00
Debezium Builder
c998b9cd72 [release] Stable 2.7.0.Final for testing module deps 2024-06-28 04:33:27 -04:00
Jiri Pechanec
a87b9c3f6d [release] Changelog for 2.7.0.Final 2024-06-28 10:10:55 +02:00
Jiri Pechanec
3400b3b9b6 DBZ-7988 Guard for connector without coordinator 2024-06-28 10:10:17 +02:00
Ondrej Babec
506db25824 DBZ-7986 Fix testcontainers Kafka container 2024-06-28 10:07:36 +02:00
Jiri Pechanec
44057015ec DBZ-7760 Docs improvements
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-28 05:39:10 +02:00
ani-sha
05d041c71d DBZ-7760 Incubate feature in docs 2024-06-28 05:39:10 +02:00
ani-sha
bb32d47f6b DBZ-7760 Documentation for collection scoped streaming 2024-06-28 05:39:10 +02:00
ani-sha
7df6cc7b48 DBZ-7760 MongoDb collection scoped streaming 2024-06-28 05:39:10 +02:00
Jiri Pechanec
be368e18d7 DBZ-7964 Fix formatting 2024-06-27 13:14:14 +02:00
Jakub Cechacek
cac16464b4 DBZ-7964 (quickfix) Only reset error retry counter if poll() successfully produced records 2024-06-27 13:14:14 +02:00
Chris Cranford
78dbaf45bb DBZ-7969 Remove configuration toggle 2024-06-26 09:18:24 +02:00
Chris Cranford
8eddf34adf DBZ-7969 Fix nvarchar test failures 2024-06-26 09:18:24 +02:00
Chris Cranford
b8da6e0acc DBZ-7969 Fix more test failures 2024-06-26 09:18:24 +02:00
Chris Cranford
419f0633ce DBZ-7969 Fix test failures 2024-06-26 09:18:24 +02:00
Chris Cranford
3af4edc376 DBZ-7969 Bump Hibernate dependency to 6.4.8.Final 2024-06-26 09:18:24 +02:00
Maithem
19c3fb365b [docs] Update postgresql.adoc
Document some of the side-effects of using replication slots and possible inconsistencies.
2024-06-25 13:49:07 -04:00
Vojtech Juranek
ee0045d962 DBZ-7976 Mark EmbeddedEngine as deprecated 2024-06-25 13:37:22 -04:00
Chris Cranford
3a80751a93 DBZ-7967 Fix Oracle MONITORING/NOMONITORING clause on CREATE TABLE 2024-06-25 12:11:20 +02:00
twthorn
1a4c22177f DBZ-6721 Add docs for SMTs 2024-06-25 12:10:13 +02:00
dependabot[bot]
1bb68dbcb6 [ci] Bump tj-actions/changed-files from 44.5.2 to 44.5.5
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.2 to 44.5.5.
- [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/v44.5.2...v44.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 18:52:25 -04:00
roldanbob
caae1c1ccc DBZ-7968 Replace incorrect Title annotation comments in connector docs 2024-06-24 15:51:57 -04:00
Chris Cranford
30d3c9d97a DBZ-6618 More changes 2024-06-21 10:48:08 -04:00
Chris Cranford
e178169ee2 DBZ-6618 More suggestions 2024-06-21 10:48:08 -04:00
Chris Cranford
d096603ae7 DBZ-6618 Apply suggested edits 2024-06-21 10:48:08 -04:00
Chris Cranford
de38ec8651 DBZ-6618 Document usage of ${source. prefix for table name formatting 2024-06-21 10:48:08 -04:00
Chris Cranford
63a439ef49 DBZ-7783 Use ServiceRegistry rather than CharsetRegistry directly 2024-06-21 10:52:29 +02:00
Chris Cranford
48c8a9d2db DBZ-7783 Remove unused instance of charset registry 2024-06-21 10:52:29 +02:00
Chris Cranford
08c7977cb7 DBZ-7783 Add BinlogCharsetRegistry to the service registry 2024-06-21 10:52:29 +02:00
Chris Cranford
6b9a49cbaa DBZ-7783 Remove MySQL driver dependency 2024-06-21 10:52:29 +02:00
Chris Cranford
ab821a0219 DBZ-7783 Add MariaDB Charset Mappings 2024-06-21 10:52:29 +02:00
Chris Cranford
14ec7d6477 DBZ-7783 Introduce BinlogCharsetRegistry contract 2024-06-21 10:52:29 +02:00
Chris Cranford
edd90e46a0 DBZ-7956 Fix UPDATE/DELETE statement column name resolution
Certain databases like Oracle and Db2 upper case identifiers by default while
others like PostgreSQL lowercase identifiers. The tests primarily use lower
case so this wasn't visible on PG tests; however, after adding the guard for
NullPointerException, several tests failed.  This addresses the bug for Oracle,
Db2, and PostgreSQL.
2024-06-21 10:45:26 +02:00
Chris Cranford
0a70e5f66d DBZ-7956 Guard column lookup with failure if not found 2024-06-21 10:45:26 +02:00
Chris Cranford
09de996b64 DBZ-7961 Bump Quarkus Outbox Extension to Quarkus 3.12.0 2024-06-21 06:18:05 +02:00
Chris Cranford
bedee9fc5d DBZ-7961 Bump Quarkus Outbox Extension to Quarkus 3.11.2 2024-06-21 06:18:05 +02:00
ani-sha
1315a857f9 DBZ-6522 Revert test changes for shouldFailWithoutPermissions() 2024-06-19 13:27:01 +02:00
ani-sha
5f6f40d591 DBZ-6522 Obtain offset _data string using mongo router to validate tests 2024-06-19 13:27:01 +02:00
ani-sha
b26aec4e9b DBZ-6522 Reorder assert statements 2024-06-19 13:27:01 +02:00
ani-sha
774edcacfa DBZ-6522 Resume token handling for documents with complex ids 2024-06-19 13:27:01 +02:00
Chris Cranford
76108b4835 DBZ-7939 Recommended changes 2024-06-18 13:02:03 -04:00
Chris Cranford
83febe0dbe DBZ-7939 Recommended changes 2024-06-18 13:02:03 -04:00
Chris Cranford
c120fe02f9 DBZ-7939 Clarify LogMiner destination name configuration expectations 2024-06-18 13:02:03 -04:00
Ondrej Babec
9e684af94a [ci] Update Jenkins jobs to CentosStream9 2024-06-18 10:17:08 +02:00
mfvitale
864690ce06 DBZ-7947 Check for read-only mode incompatibility 2024-06-17 11:03:24 +02:00
Fiore Mario Vitale
fa6d4e9e66 DBZ-7917 Improve read only incremental snapshot doc
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-17 10:47:14 +02:00