Commit Graph

5733 Commits

Author SHA1 Message Date
Chris Cranford
7494a1cd29 DBZ-4151 Prevent possible OutOfMemoryError with tracking schema changes 2021-10-14 16:47:22 +02:00
Gunnar Morling
26f13d83d5 DBZ-3993 Reflectively invoking Runtime.version();
As that API is only available from Java 9 onwards, calling it will cause
a compilation failure when compiling with --release.
2021-10-14 09:46:06 -04:00
Gunnar Morling
ae1ba98591 DBZ-4082 Logging debug info 2021-10-14 15:42:09 +02:00
Anisha Mohanty
310a0b6ef3 DBZ-4145 Skip failing test for wal2json 2021-10-14 13:17:08 +02:00
Sergei Morozov
2a63523bde DBZ-4152: Upgrade mysql-binlog-connector-java to v0.25.4 2021-10-14 09:53:36 +02:00
Sungho Hwang
7ee8c0b60a DBZ-4149 Misc. MongoDB connector docs fixes;
* A field _filter_ doesn't exist in create events, nor payload of the given change event value
* Ensuring consistency with MySQL connector documentation
* The MongoDB connector doesn't have 'before' field, but 'after' and 'patch' field for create events
2021-10-13 15:38:24 +02:00
Bob Roldan
649bd24b07 DBZ-3880 Add section to db setup about evaluating redo log size 2021-10-13 09:06:54 -04:00
Gunnar Morling
6b3d2c3b76 DBZ-3993 Formatting fix 2021-10-13 10:59:23 +02:00
Gunnar Morling
c3eed6051b DBZ-3993 Skipping object size based test on Java 16+ 2021-10-13 10:59:23 +02:00
Anisha Mohanty
028076bac8 DBZ-3993 Remove unused jdk matrix scripts 2021-10-13 10:59:23 +02:00
Anisha Mohanty
71dcce3db6 DBZ-3993 Upgrade actions to Java 17 2021-10-13 10:59:23 +02:00
Anisha Mohanty
dea997e27a [ci] Run workflows for release branches 2021-10-13 10:56:28 +02:00
Sergei Morozov
4a03c5df17 DBZ-2975: Include database name into topic and schema names
Co-authored-by: Mike Kamornikov <mikekamornikov@gmail.com>
2021-10-12 15:40:02 +02:00
Hossein Torabi
aa2d8539f9 DBZ-3989 Trim numerical default values before parsing 2021-10-12 15:29:31 +02:00
Chris Cranford
5221b9f4d2 DBZ-3986 Document schema_only_recovery snapshot mode 2021-10-12 15:03:15 +02:00
Zongwen Li
636c09e040 DBZ-3986 [oracle] Add the SCHEMA_ONLY_RECOVERY snapshot mode 2021-10-12 15:03:01 +02:00
Chris Cranford
e3294146b5 DBZ-4118 Do not write multiple rows to flush table 2021-10-12 10:29:10 +02:00
Chris Cranford
150f45354a DBZ-4135 Fix handling of alter table MODIFY column DDL 2021-10-12 10:11:08 +02:00
rkerner
65e7a3ad48 DBZ-4028 Fix issue that Runtime.Version does not allow zero at the end of a version string
relates to https://issues.redhat.com/browse/DBZ-4028
2021-10-11 17:28:36 +02:00
Anisha Mohanty
6a68e65200 DBZ-4112 Handle large comparison results from GH API 2021-10-11 15:34:27 +02:00
Jiri Pechanec
657c5540b3 DBZ-4083 Add filter to MongoDB cloud converter 2021-10-11 11:19:30 +02:00
Jiri Pechanec
6754f0cecc DBZ-3926 Upgrade Apicurio Registry to 2.0.2.Final 2021-10-11 11:10:57 +02:00
Jiri Pechanec
aec2080415 DBZ-3895 Config returns Patterns not Strings 2021-10-11 10:57:33 +02:00
Jiri Pechanec
68f148c3f3 DBZ-3895 Make snapshot collection list matching case insensitive 2021-10-11 10:57:33 +02:00
Gunnar Morling
015b219c58 DBZ-4046 Some testing clean-up;
* Fixing mixed up order of expected and actual value
* Using more expressive var names
2021-10-11 06:04:42 +02:00
Sungho Hwang
41bd2318b3 [docs] Fixing typos in documentation 2021-10-10 10:04:11 +02:00
Judah Rand
5d23b30f67 DBZ-4046 Update isVariableScaleDecimal
This puts the method in line with
https://github.com/pgjdbc/pgjdbc/issues/2188
where expected value was changed from `131089` to `0`.
However, for numeric arrays the issue remains and so
`131089` remains the correct value for them.
2021-10-08 10:42:21 +02:00
Judah Rand
193b4f2970 DBZ-4046 Update pgjdbc to 42.2.24 2021-10-08 10:42:21 +02:00
cburch824
82faa3298b DBZ-4114 Add Quarkus json logging extension to Debezium Server 2021-10-06 21:55:38 +02:00
roldanbob
79fc8ab049
DBZ-3437 Incorrect documentation for message.key.columns;
* Update message.key.columns for all relational connectors
* Update format of variables for consistency
* Correct table name in example text
* Update FQ table name format for consistency

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-10-06 10:23:59 +02:00
Anisha Mohanty
f03cc49a7b
DBZ-4113 Add new GH workflow for debezium-connect-rest-extension
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-10-06 10:11:27 +02:00
Jiri Pechanec
d5eafd3ecf DBZ-3919 Add logs to test 2021-10-06 09:36:21 +02:00
PlugaruT
e5972ddb79 DBZ-4111 Set projectId before creating Pub/Sub publishers 2021-10-06 09:23:15 +02:00
Anisha Mohanty
52f9669807 DBZ-4005 Remove hard-coded version of MySQL example image 2021-10-06 09:22:12 +02:00
Chris Cranford
abc3bb42d6 DBZ-4106 Don't continuously reconfigure DatabaseHistory 2021-10-05 20:15:58 +02:00
Jiri Pechanec
593630e1ef DBZ-4070 Use Debezium version drivers in Server 2021-10-05 16:34:04 +02:00
Gunnar Morling
4ca0fc86e1 [ci] Don't test with MongoDB 3.2 on GH Actions;
It's still tested via Jenkins, plus it's unsupported by now.
2021-10-05 16:24:36 +02:00
Gunnar Morling
c81b211ed6 DBZ-4028 kcdrestextension -> kcrestextension 2021-10-05 14:18:03 +02:00
Gunnar Morling
8bdc6047bf DBZ-4028 Removing superfluous configuration;
Also adjusting module directory name for consistency with others.
2021-10-05 14:18:03 +02:00
rkerner
5a8b5e00f1 DBZ-4028 Add a Debezium Kafka Connect REST Extension
+ fetch available transforms and their configuration documentation
+ fetch if topic auto-creation is available and enabled

closes https://issues.redhat.com/browse/DBZ-4028
2021-10-05 14:18:03 +02:00
jcechace
4a1d89c429 DBZ-1777 Strimzi KC build mechanism support in test-suite 2021-10-05 13:45:57 +02:00
jcechace
eee1112c82 DBZ-1777 Property cleanup and ability to build test artifact server from maven 2021-10-05 13:45:57 +02:00
Jiri Pechanec
dae384baf4 DBZ-4081 Close leaking connections 2021-10-05 12:52:03 +02:00
Anisha Mohanty
4d4913ad83 DBZ-4071 Pass recipient mail address as a param to pipeline job 2021-10-05 12:22:47 +02:00
Gunnar Morling
62715c4e1d DBZ-4033 Doc update 2021-10-05 10:54:01 +02:00
unalsurmeli
9a13d80074 DBZ-4033 A new hash version has been added so that it can be used to have the same hash value in different places;
In V2, the byte array only has the actual value, unlike the serialization based V1 implementation which exposed Java's internal serialization format.
2021-10-05 10:52:30 +02:00
Anisha Mohanty
5c8699ae76 DBZ-4073 Check contributor names in FILTEREDNAMES.txt 2021-10-05 09:37:24 +02:00
Anisha Mohanty
d712f624be DBZ-4073 Allow [ci] & [maven-release-plugin] prefix for actions 2021-10-05 09:37:24 +02:00
Anisha Mohanty
02fa81012c DBZ-3907 Publish debezium tool images to dockerhub using Jenkins 2021-10-04 14:23:56 +02:00
Gunnar Morling
247a18f311 DBZ-4079 Updating build config for Postgres 14 2021-10-04 13:18:08 +02:00