Commit Graph

7683 Commits

Author SHA1 Message Date
Debezium Builder
1aac97b87c [maven-release-plugin] prepare release v2.1.0.Alpha2 2022-11-30 07:52:23 +00:00
Debezium Builder
30192a8be0 [release] Stable 2.1.0.Alpha2 for testing module deps 2022-11-30 07:48:30 +00:00
Jiri Pechanec
8fc219293b [release] Additional changelog for 2.1.0.Alpha2 2022-11-30 08:42:00 +01:00
Jiri Pechanec
ad8733e57c [release] Changelog for 2.1.0.Alpha2 2022-11-30 08:32:05 +01:00
Bobby Tiernay
0ef1030f7a DBZ-4339 Remove files committed accidentally. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
294ca6a7db DBZ-4339 Fix unused import. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
adb672a87c DBZ-4339 Migrate from JUnit 4 to 5, rename utility class, fix formatting. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
950a2a8bdf DBZ-4339 Migrate MongoDB Testcontainer support to debezium-testing-testcontainers module. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
5c94151b1f DBZ-4339 Make mongosh more resilient to various output conditions. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
849347b7ec DBZ-4339 Remove reliance on MongoDB driver in non-IT code. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
3ced3afa9f DBZ-4339 Add polish, consistency, Java Doc, and DRY duplicated code elements. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
8f6abd4428 DBZ-4339 Remove need for container names and fixed ports on Linux. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
b6712c7ccc DBZ-4339 Convert to use IPs for linux MongoClients. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
8c8804665f DBZ-4339 Fix errant shard host names and add additional java docs / assertions. 2022-11-30 07:00:56 +01:00
Bobby Tiernay
6f9ee66678 DBZ-4339 Add MongoDB Testcontainers support for functional testing. 2022-11-30 07:00:56 +01:00
Praveen Burgu
2158ea22d4 DBZ-5739 Pass the exception as argument to the logger 2022-11-30 06:55:35 +01:00
Praveen Burgu
ad6ec2be6a DBZ-5739 Handle permission error from RDS Postgres 2022-11-30 06:55:35 +01:00
Mike Kamornikov
1ba3ac1949 DBZ-5855: don't fail when end offset is channged during recovery, log a warning instead 2022-11-30 06:52:32 +01:00
Egyed Tamas
ef6f1caa50 DBZ-5854 Bump Infinispan dependencies' versions. 2022-11-29 16:12:53 -05:00
Erdinç Taşkın
681f2a7c43 [optimization] Simplify binlog validation conditions 2022-11-29 14:17:49 +01:00
Erdinç Taşkın
9f0224526a Remove nested if check
Simplify to flow. 
- Remove nested if check
- Postpone possible unused stamement which is connection.isBinlogRowImageFull()
2022-11-29 14:17:49 +01:00
Erdinç Taşkın
77e1cfc9a8 [optimization] Remove unnecessary null check
Remove Unnecessary null checks
2022-11-29 14:09:50 +01:00
Erdinç Taşkın
97548591d6 [optimization] Prevent unnecessary list creation
Prevent unnecessary list creation
2022-11-29 14:08:27 +01:00
Anisha Mohanty
68412ce15f DBZ-5876 ATTRIBUTE token for CREATE_USER and ALTER_USER clause 2022-11-29 13:21:26 +01:00
Vojtech Juranek
a4fed8d8f5 DBZ-5877 Fix typo in Oracle documentation 2022-11-29 05:52:32 +01:00
jcechace
6d9f6abec4 DBZ-4303 Replace md5 sum of connect extension in Dockerfile during release 2022-11-25 13:47:19 +01:00
Jiri Pechanec
5eb147129d DBZ-5874 Fix syntax errors 2022-11-25 11:43:49 +01:00
Gunnar Morling
e7aba47a24 DBZ-5874 Making sure trace message gets logged 2022-11-25 11:43:49 +01:00
Mark Lambert
d42b5480a3 DBZ-5870 Upgrade all usages of actions/checkout to v3 2022-11-24 10:33:52 +01:00
Erdinç Taşkın
07d93497fe [optimization] Remove Unreachable if statement
if statement never will be true
2022-11-23 12:35:45 +01:00
poonam-meghnani
a8f149237b DBZ-5661 Disabling retries and stop connector if failed with Retriable errors, when errors.max.retires is less than -1 2022-11-23 12:29:51 +01:00
Jiri Pechanec
b6ad848aec DBZ-5772 Add contributor 2022-11-23 09:07:23 +01:00
Skezzowski
7a3b669eec DBZ-5772 Fix checkstyle
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
1734b03b1c DBZ-5772 Add docs for custom JetStream injection point
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
f8fac41273 DBZ-5772 Add custom injection point to Jetstream connector, fix test
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
852a2fe4b4 DBZ-5772 Add Documentation 2022-11-23 09:07:23 +01:00
Skezzowski
717bc83c39 DBZ-5772 Add JetStream sink connector 2022-11-23 09:07:23 +01:00
Anisha Mohanty
5c2c0f54be DBZ-5836 COMMENT string for CREATE_USER & ALTER_USER clause 2022-11-23 08:46:12 +01:00
Praveen Burgu
2b73ad6216 DBZ-5739 Seek to LSN based on lastCommitStoredLsn 2022-11-22 14:50:11 +01:00
Praveen Burgu
00321ccb4d DBZ-5739 Fix remaining failing tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
cb535d2ce6 DBZ-5739 Fix another test with expected error message 2022-11-22 14:50:11 +01:00
Praveen Burgu
8e3867f23f DBZ-5739 Fix other failing tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
1a0576e340 DBZ-5739 auto close statement 2022-11-22 14:50:11 +01:00
Praveen Burgu
2aed6b55ba DBZ-5739 Fix test PostgresConnectorIT#shouldRegularlyFlushLsnWithTxMonitoring by not dropping the slot 2022-11-22 14:50:11 +01:00
Praveen Burgu
895d651841 DBZ-5739 Fix test DebeziumEngineIT.testOffsetsCommitAfterStop() by not dropping the slot 2022-11-22 14:50:11 +01:00
Jiri Pechanec
b4c076a27c DBZ-5739 Make validation mandatory; more robust tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
822f87147c DBZ-5739 Postgres connector results in silent data loss if replication slot is recreated
Detect replication slot recreation and fail the connector
2022-11-22 14:50:11 +01:00
ggaborg
a2551b1223 DBZ-4720 sqlserver tests 2022-11-22 14:46:55 +01:00
ggaborg
1aca4f5781 DBZ-4720 wait for kafka consumer 2022-11-22 14:46:55 +01:00
ggaborg
edca139355 DBZ-4720 wait for pulsarClient 2022-11-22 14:46:55 +01:00