Commit Graph

10837 Commits

Author SHA1 Message Date
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
Fiore Mario Vitale
971e1fc1ab DBZ-7917 Improve read only incremental snapshot doc
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-17 10:47:14 +02:00
mfvitale
70fba6561b DBZ-7947 Correctly skip test not supported by read only mode 2024-06-17 10:47:14 +02:00
mfvitale
c0021ca53d DBZ-7917 Document PostgreSQL read-only incremental snapshot. 2024-06-17 10:47:14 +02:00
Piotr Piastucki
06f319d221 DBZ-7951 Call commit after running DDL statements
PostgreSQL does not auto-commit DDL statements so, currently, other clients trying to execute DDL statements might get stuck until commit is invoked in storeRecord for instance.
2024-06-14 10:27:46 +02:00
Chris Cranford
4c3781a22f DBZ-7944 Revert exclude signal data collection from Oracle supplemental log check 2024-06-14 07:54:55 +02:00
Chris Cranford
cf3cf909e5 DBZ-7944 Move signal collection check to snapshot select logic 2024-06-14 07:54:55 +02:00
Chris Cranford
7c2ca32b6b DBZ-7944 Exclude signal data collection from Oracle supplemental log check 2024-06-14 07:54:55 +02:00
Chris Cranford
57a6c43bf3 DBZ-7944 Exclude signal table from snapshot data collection 2024-06-14 07:54:55 +02:00
Chris Cranford
8f02d9bf39 DBZ-7942 Fix test failures 2024-06-14 07:44:56 +02:00
Chris Cranford
c06b1ce0be DBZ-7942 Address parsing signal tables with special characters 2024-06-14 07:44:56 +02:00
Chris Cranford
dbb11231d3 DBZ-7948 Run JDBC sink integration tests on connector changes 2024-06-14 07:39:56 +02:00
Chris Cranford
cfc1237c3c DBZ-7949 Fix JDBC test failures with TIME changes 2024-06-13 20:20:13 -04:00
Debezium Builder
0769a7c48d [release] New parent 2.7.0-SNAPSHOT for development 2024-06-13 09:22:10 +00:00
Debezium Builder
fa7db4d389 [maven-release-plugin] prepare for next development iteration 2024-06-13 09:18:17 +00:00
Debezium Builder
d61eda0052 [maven-release-plugin] prepare release v2.7.0.Beta2 2024-06-13 09:18:17 +00:00
Debezium Builder
1bba089f90 [release] Stable parent 2.7.0.Beta2 for release 2024-06-13 09:17:48 +00:00