Commit Graph

5643 Commits

Author SHA1 Message Date
Gunnar Morling
2905fa2c7a DBZ-3974 Typo fix 2021-10-15 15:45:57 +02:00
Bob Roldan
6c8831b039 DBZ-3974 Fix formatting in description 2021-10-15 15:45:57 +02:00
Bob Roldan
d32a287cab DBZ-3974 Fix formatting in datatype.propagate.source.type description 2021-10-15 15:45:57 +02:00
Bob Roldan
dab1887013 DBZ-3974 Add missing content to schema change doc + consistency edits 2021-10-15 15:45:57 +02:00
Chris Cranford
c86a7cba60 DBZ-4064 Fix test failures 2021-10-15 09:17:43 +02:00
Chris Cranford
38fc16c869 DBZ-4064 Fix NullPointerException with LogMinerEventRow initialization 2021-10-15 09:17:43 +02:00
Sungho Hwang
b90127e457
[docs] Wording fix in CONTRIBUTE.md 2021-10-15 08:50:22 +02:00
Chris Cranford
0a0dc6304b DBZ-4158 Extend table compression support for Oracle DDL
* Add support for "FOR ALL OPERATIONS"
* Add support for "FOR DIRECT_LOAD OPERATIONS"
2021-10-15 07:32:05 +02:00
Jiri Pechanec
0ccc83db21 DBZ-3860 Provide correct boundaries for multi PK tables 2021-10-14 17:26:50 +02:00
Sungho Hwang
767b271cb5
[docs] Typo fix 2021-10-14 16:57:26 +02:00
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