Commit Graph

6540 Commits

Author SHA1 Message Date
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
Chris Cranford
6f7fa743ed
DBZ-4862 Correctly parse double single-quotes in SEL_LOB_LOCATOR events 2022-03-30 16:06:04 -04:00
asibanovs
1fe8dbb1cd
DBZ-4891 Fix Oracle Logminer's escaped single quotes parsing in DMLs, related unit test and fix for the old DBZ-3414 test. 2022-03-30 16:06:04 -04:00
zalmane
1f64e8f8da DBZ-4814 exclude spatial_ref_sys 2022-03-30 20:08:38 +02:00
Chris Cranford
8ecd50dc21 DBZ-4884 Document AWS timeout and keep-alive requirements 2022-03-30 13:04:09 -04:00
Yossi Shirizli
2e0ec4a86c
DBZ-4912 Debezium Server Redis sink: multi-shard support 2022-03-30 10:46:04 +02:00
Gunnar Morling
0581fe1a6b [docs] Disambiguating Redis-related property ids 2022-03-30 10:40:00 +02:00
Ethan Zou
7fb2959c4e DBZ-4926 spelling mistake in oracle.adoc 2022-03-30 09:59:38 +02:00
jcechace
58232ccb61 DBZ-4892 Fixed pull secret setup on non-build KC resources 2022-03-29 14:54:14 +02:00
jcechace
c2569ae00b DBZ-4892 Alwyas policy for snapshot downloads from sonatype 2022-03-29 14:54:14 +02:00
Christian Stein
7d11ea02cb
DBZ-4924 Updating JDK Outreach workflow;
Use Quality Outreach's new action to download
and setup "latest-and-greatest" JDK.

See also https://inside.java/2022/03/11/setup-java
2022-03-29 12:43:32 +02:00
zalmane
596142c8b2 DBZ-4864 pass sink properties 2022-03-29 12:40:05 +02:00
Jiri Pechanec
049e2d510a DBZ-4919 Upgrade postgres driver to version 42.3.3 2022-03-29 10:25:45 +02:00
jcechace
9f33598320 DBZ-4892 Now using fixture extension from ossrh 2022-03-29 09:48:58 +02:00
jcechace
606ac1ae83 DBZ-4892 Checkstyle fixes 2022-03-29 09:48:58 +02:00
jcechace
d9df4a1eb5 DBZ-4892 Migrated test fixtures to JUnit Extension 2022-03-29 09:48:58 +02:00