Commit Graph

3545 Commits

Author SHA1 Message Date
James Gormley
b0a4a8b5ba DBZ-2495 Making test slightly more stable 2020-09-30 12:13:45 +02:00
Gunnar Morling
6b5a3100e9 DBZ-2495 Misc. clean-up 2020-09-30 12:13:45 +02:00
James Gormley
9e780ac481 DBZ-2495 Updating per PR comments 2020-09-30 12:13:45 +02:00
James Gormley
ede29fd8d6 DBZ-2495 Moving string splitting logic out of constructor 2020-09-30 12:13:45 +02:00
James Gormley
1b845535ab DBZ-2495 Updating tables to utilize Table.editor for creating new tables 2020-09-30 12:13:45 +02:00
James Gormley
ad2273e9f6 DBZ-2495 Updating per PR comments 2020-09-30 12:13:45 +02:00
James Gormley
c7b53e1992 DBZ-2495 Updating docs and comments 2020-09-30 12:13:45 +02:00
James Gormley
0d46ec47da DBZ-2495 Updating to handle captured_column_list without specify column.exclude.list 2020-09-30 12:13:45 +02:00
Jiri Pechanec
c67c5df876 DBZ-2586 BY is valid for setting password 2020-09-30 09:23:50 +02:00
Jiri Pechanec
18a4262ceb DBZ-2586 Mark MariaDB extensions 2020-09-30 09:23:50 +02:00
Jiri Pechanec
ac940711c7 DBZ-2586 Cover all MariaDB auth extensions 2020-09-30 09:23:50 +02:00
Justin Hiza
d95db50f57 DBZ-2586 updating ANLTR parser for grants to support mariadb VIA 2020-09-30 09:23:50 +02:00
Justin Hiza
fbf42c8072 DBZ-2586 updating ANLTR parser for grants to support mariadb VIA 2020-09-30 09:23:50 +02:00
Gunnar Morling
1dd6293325 DBZ-2569 Adding some line breaks 2020-09-30 09:16:23 +02:00
Thomas Prelle
3951540082 DBZ-2569 : MongoDB ExtractNewDocumentState can not extract array of array 2020-09-30 09:14:34 +02:00
Chris Cranford
127f5e86eb DBZ-2576 Support new MySQL 8 alter user password options 2020-09-30 07:10:43 +02:00
Jeremy Finzel
7552840f27 DBZ-2541 Add docs about new CONNECT_LOG4J environment variables 2020-09-30 05:58:37 +02:00
Chris Cranford
0040eca740 DBZ-2316 Throw DataException with non-uniform array elements
While using array.encoding=array, array elements that do not have
uniform structures should throw a DataException with a meaningful
message rather than throw a NullPointerException.
2020-09-29 22:12:43 +02:00
Peter Junos
ab7db1ddca DBZ-2583 MySQL connector - ignore statement-based logs
Current mysql debezium connector fails once it sees an event generated
with statement or mixed based replication.

As users and programs can call SET SESSION binlog_format='STATEMENT'; as
they wish, they are able to break debezium connector. Only MySQL 8.0.14
is fixing this, but not everyone is on that version.

To prevent connector crashing in such cases, there should be an option
to log these issues and continue. That would be similar to processing
inconsistent schema (on the setting level).
2020-09-29 15:55:15 +02:00
Luis Garcés-Erice
726cd548f6 DBZ-2587 Warning on BOOLEAN type on Db2 2020-09-29 08:47:15 -04:00
Gunnar Morling
3d12616627 DBZ-2563 Avoiding dependency from MySqlValueConverters to BinlogReader 2020-09-29 10:36:33 +02:00
Gunnar Morling
87d70cb96d DBZ-2563 Simplifying MySqlValueConverters constructors 2020-09-29 10:36:33 +02:00
Jiri Pechanec
5b2c14e058 DBZ-2563 JSON processing can ignore deserialization errors 2020-09-29 10:36:33 +02:00
Gunnar Morling
0e4fcf689a DBZ-2605 Typo fix 2020-09-29 09:16:19 +02:00
Jiri Pechanec
6f029921bb DBZ-2605 Postgres uses schemas not databases 2020-09-29 09:08:16 +02:00
Chris Cranford
500d197d94 DBZ-2474 Fix test failure - DatatypesFromSnapshotIT#stringTypes 2020-09-28 22:54:34 +02:00
Gunnar Morling
c1b057f792 DBZ-2588 Introducing dedicated functional interface for key/value generators;
Also keys are always KC Struct instead of generic j.l.Object.
2020-09-25 06:01:59 +02:00
Chris Cranford
bb0b3fd158 DBZ-2468 Fix test failure - PostgresConnectorIT#shouldExecuteOnConnectStatements 2020-09-24 23:06:55 +02:00
Chris Cranford
c4d1772aee DBZ-2599 Fix test failure - SQLServerConnectorIT#verifyOffsets 2020-09-24 22:36:32 +02:00
Bob Roldan
6e83401413 DBZ-2593 Fix table formatting in filter, cbr smt docs 2020-09-24 18:33:10 +02:00
Bob Roldan
aec50429fb DBZ-2593 Fix incorrect anchor definition in link 2020-09-24 18:33:10 +02:00
Bob Roldan
9a5acd532c DBZ-2593 Add omitted link text that resulted in link not rendering 2020-09-24 18:33:10 +02:00
Tova Cohen
de48877148 DBZ-2596 Correct format error in config options table header 2020-09-24 18:29:55 +02:00
jcechace
92e9351413 DBZ-2383 Fixed typo in CI job definition 2020-09-24 10:31:56 -04:00
Gunnar Morling
7d53700d07 [release] Updating version in docs 2020-09-24 14:59:02 +02:00
matt beary
7393e1ae3b
DBZ-2590 Removing closed wal2json bug from plugin differences 2020-09-24 12:13:01 +02:00
Debezium Builder
b146b69154 [maven-release-plugin] prepare for next development iteration 2020-09-24 04:56:42 -04:00
Debezium Builder
c51cfe8eb9 [maven-release-plugin] prepare release v1.3.0.CR1 2020-09-24 04:56:41 -04:00
Jiri Pechanec
9f38765887 [release] Changelog for 1.3.0.CR1 2020-09-24 10:51:13 +02:00
Gunnar Morling
aebf2516de DBZ-2396 Typo fixes 2020-09-24 07:41:36 +02:00
Chris Cranford
df41cd8bfe DBZ-2396 Suggested changes 2020-09-24 07:41:36 +02:00
Chris Cranford
0db4997102 DBZ-2396 Support Converter delegation in ByteBufferConverter
In the even that the value supplied to the ByteBufferConverter
is not supported, e.g. not BYTES, the converter should then
support delegation to a configured converter.
2020-09-24 07:41:36 +02:00
jcechace
d5b3684c7e DBZ-2383 OpenShift tests for DB2 connector 2020-09-23 21:01:31 +02:00
Gunnar Morling
b0552f8ccb DBZ-2564 Typo fix
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2020-09-23 10:25:48 +02:00
Tova Cohen
4cfa7cba92 DBZ-2564 Add header option for bold headings in tables 2020-09-23 10:25:48 +02:00
Tova Cohen
e967931517 DBZ-2564 Adds header option to table, and one instance of zwsp 2020-09-23 10:25:48 +02:00
Tova Cohen
1d87f67217 DBZ-2564 Add pass: to prevent substitution of text inside braces 2020-09-23 10:25:48 +02:00
Tova Cohen
9964f08933 DBZ-2564 Db2 connector doc format updates for downstream rendering 2020-09-23 10:25:48 +02:00
Tova Cohen
db75abe6e3 DBZ-2564 PostgreSQL connector doc format updates for downstream rendering 2020-09-23 10:25:48 +02:00
Tova Cohen
406a09a3b8 DBZ-2564 SQL Server connector doc format updates for better downstream rendering 2020-09-23 10:25:48 +02:00