Commit Graph

6755 Commits

Author SHA1 Message Date
Anisha Mohanty
e4e9e514c2 DBZ-4971 Add triggers for 2.x paths in Github CI 2022-04-08 13:04:10 +02:00
Chris Cranford
c7e1006dd3 DBZ-4879 Correctly resolve archive-log-only SCN mining range 2022-04-08 12:05:57 +02:00
Jiri Pechanec
7deb5b9b01 [ci] Add BOM as explicit rebuild 2022-04-08 10:31:54 +02:00
Chris Cranford
3740d27366 DBZ-4936 Don't re-emit transaction on restart with commit SCN equal to offset commit SCN 2022-04-08 09:21:38 +02:00
Anisha Mohanty
b57b5e66dd DBZ-4965 Remove JDBC legacy date time properties 2022-04-08 08:31:30 +02:00
Anisha Mohanty
7d92a137e8 DBZ-4950 Remove MySQL legacy implementation 2022-04-08 08:31:30 +02:00
wangminchao
d809970b65 [docs] Fix cmd in the kubernetes.adoc 2022-04-07 12:56:27 +02:00
Jiri Pechanec
3815ffc060 DBZ-4948 Add contributor 2022-04-07 12:35:27 +02:00
Mohammad Yousuf Minhaj Zia
6f706fc087 DBZ-4948 Added connection has been closed PSQLException as retriable 2022-04-07 12:35:27 +02:00
Jiri Pechanec
27aafb6f99 DBZ-4961 Add contributor 2022-04-07 12:30:36 +02:00
Paul Tzen
577f8e1530 DBZ-4961 Update Pulsar client version used by Debezium Server to 2.9.2 2022-04-07 12:30:36 +02:00
Gunnar Morling
ecdc43adcc [docs] Updating contribution guide for usage of [docs] prefix 2022-04-07 11:47:39 +02:00
Chris Cranford
1e425b304b DBZ-4957 Release pipeline toggle to ignore snapshot deps 2022-04-07 07:54:48 +02:00
Debezium Builder
60a899b53a [release] Development version for testing module deps 2022-04-05 14:58:32 +00:00
Debezium Builder
4a6de64c25 [maven-release-plugin] prepare for next development iteration 2022-04-05 14:49:52 +00:00
Debezium Builder
683851fd90 [maven-release-plugin] prepare release v1.9.0.Final 2022-04-05 14:49:51 +00:00
Debezium Builder
018bc8c08d [release] Stable 1.9.0.Final for testing module deps 2022-04-05 14:47:23 +00:00
Chris Cranford
caa0849859
[release] Update contributors 2022-04-05 10:44:20 -04:00
Chris Cranford
ca539e1fdb [release] Changelog for 1.9.0.Final 2022-04-05 10:42:44 -04:00
Chris Cranford
63c9f4a6c7 DBZ-4955 Add comment about decoupled Jackson versions 2022-04-05 07:56:16 -04:00
Jiri Pechanec
a6d2c35d1f DBZ-4955 Bump Jackson to 2.23.2 2022-04-05 07:56:16 -04:00
Gunnar Morling
4d4a26cae7
DBZ-4913 Typo fix 2022-04-04 16:01:31 +02:00
Chris Cranford
785623658c DBZ-4937 Correctly read/write snapshot_scn and snapshot_pending_trx offsets 2022-04-01 13:56:04 -04:00
roldanbob
2ac999d730 DBZ-3317 Incorporate review comment.
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2022-04-01 13:18:00 -04:00
Bob Roldan
a5be713255 DBZ-3317 Remove prop table xref to removed oracle-decimal-types topic 2022-04-01 13:18:00 -04:00
Bob Roldan
52d85c6def DBZ-3317 Rework numeric data types section of Oracle connector doc. 2022-04-01 13:18:00 -04:00
Bob Roldan
413c242705 DBZ-4392 schema.name.adjustment.mode inadvertently rmvd fr cfg props 2022-04-01 13:17:13 -04:00
roldanbob
4fb5d9d14d DBZ-4392 Accept review comment
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2022-04-01 13:17:13 -04:00
Bob Roldan
9cb83458af DBZ-4392 US: Oracle reorg; DS: Specify Maven as Db2 driver source 2022-04-01 13:17:13 -04:00
Bob Roldan
c64558ae77 DBZ-4392 Update deployment steps to use curl to pull Maven artifacts 2022-04-01 13:17:13 -04:00
Bob Roldan
ca01aa9b50 DBZ-4392 Capitalize Dockerfile RUN command for consistency 2022-04-01 13:17:13 -04:00
Bob Roldan
880029630b DBZ-4392 Update legacy Db2 connector deploy steps to use Maven artifacts 2022-04-01 13:17:13 -04:00
Bob Roldan
cfeac5b0db DBZ-4392 Fix link; restore terminator for community ifdef conditional 2022-04-01 13:17:13 -04:00
Bob Roldan
e77e1411f7 DBZ-4392 Describe adding Db2/ Oracle JDBC drivers from Maven 2022-04-01 13:17:13 -04:00
Nenad Stojanovikj
758203567d DBZ-4933 Add COPYRIGHT and Aliases 2022-04-01 08:36:05 +02:00
Nenad Stojanovikj
2d89f296de DBZ-4933 Fix NPE on null column data in MySQL
When doing a snapshot on a MySQL database which has char type columns
(VARCHAR, TEXT, CHAR) and they are null, and a custom converter is
present, the MySQL reader throws an NPE.

This fix addresses the problem by returning an object from the `null`
value.

https://issues.redhat.com/browse/DBZ-4933
2022-04-01 08:36:05 +02:00
Chris Cranford
13a96549bc DBZ-4907 Increment Commit SCN when any COMMIT is detected 2022-03-31 10:02:38 -04:00
Jiri Pechanec
1355067ef0 DBZ-4814 Use schema not catalog in table id 2022-03-31 15:26:12 +02:00
Vojtech Juranek
78206deeee DBZ-4927 Allow OR REPLACE when creating trigger
`CREATE OR REPLACE TRIGGER` is not possible in MySQL [1], however this
is possible in MariaDB [2].

[1] https://dev.mysql.com/doc/refman/8.0/en/create-trigger.html
[2] https://mariadb.com/kb/en/create-trigger/
2022-03-31 11:25:23 +02:00
spicy-sauce
de3935797a DBZ-4911 sort-imports 2022-03-31 10:52:42 +02:00
spicy-sauce
b527ae373d DBZ-4911 fixed tests 2022-03-31 10:52:42 +02:00
spicy-sauce
40153c2c0c DBZ-4911 header 2022-03-31 10:52:42 +02:00
spicy-sauce
a66c90661b DBZ-4911 RedisConnection class 2022-03-31 10:52:42 +02:00
spicy-sauce
3409e9bc20 DBZ-4911 Use Jedis' clientSetname when establishing Redis connections 2022-03-31 10:52:42 +02:00
zalmane
304d9631af DBZ-4742 update tests 2022-03-31 08:54:46 +02:00
zalmane
9408176bf4 DBZ-4742 support file config provider 2022-03-31 08:54:46 +02:00
zalmane
e679b37849 DBZ-4742 change connect config to use WorkerConfig values for interpolation 2022-03-31 08:54:46 +02:00
Anisha Mohanty
5b4989a7c0 DBZ-4924 Use new action to setup openjdk in all build steps 2022-03-31 06:45:25 +02:00
Chris Cranford
0c09f4c834
DBZ-4891 Update contributors 2022-03-30 16:06:04 -04:00
Chris Cranford
36ad6f23db
DBZ-4891 Remove unused variable 2022-03-30 16:06:04 -04:00