Commit Graph

3857 Commits

Author SHA1 Message Date
Gunnar Morling
71eb79de0a
Update documentation/modules/ROOT/pages/connectors/oracle.adoc 2021-02-03 08:59:51 +01:00
Chris Cranford
5a0e65f284 DBZ-2970 Suggested changes & clarification 2021-02-03 02:43:38 -05:00
Chris Cranford
7b4da6b822 DBZ-2970 Add Oracle frequent problems section 2021-02-01 11:03:00 -05:00
Debezium Builder
237b4ac0f1 [maven-release-plugin] prepare for next development iteration 2021-01-28 07:38:55 -05:00
Debezium Builder
06b1d0cbad [maven-release-plugin] prepare release v1.4.1.Final 2021-01-28 07:38:55 -05:00
Jiri Pechanec
a6a3670976 [release] Changelog for 1.4.1.Final 2021-01-28 13:32:20 +01:00
Jiri Pechanec
5092f327d8 DBZ-2922 DatabaseLocales generates the DDL 2021-01-27 10:40:21 +01:00
Jiri Pechanec
8153404033 DBZ-2922 Support for cahrsets from collations 2021-01-27 10:40:21 +01:00
shuguang.xiang
363c794185 DBZ-2922 Resolve column type from collation name 2021-01-27 10:40:21 +01:00
rkerner
6aa13e756a DBZ-2952 Remove Postgres replication slot validation (maybe part 1 to fix user's issues) 2021-01-27 10:31:00 +01:00
Jiri Pechanec
3a55caf8b5 DBZ-2972 Handle IP only for user to avoid false matches;
If for example a label is used without space like `label1:BEGIN`, then the
tokenizer would create tokens `label1`, `:BE` and `GIN` as `:BE` matches
`IP_ADDRESS` token. As the tokenization is globally executed it is
better to skip a separate token and link IPv6/IPv4 directly to the
username token.
2021-01-27 09:37:00 +01:00
Gunnar Morling
9e3487eff1
Update install.adoc 2021-01-27 08:29:59 +01:00
Jiri Pechanec
8dbea7b80a DBZ-2630 Update Kafka to 2.6.1 2021-01-26 09:13:45 +01:00
siufay325
3d02eb47ac DBZ-2959 Retry on "The server failed to resume the transaction" 2021-01-25 12:30:34 +01:00
Gunnar Morling
5e38c9e136 DBZ-2915 Removing superfluous config var 2021-01-25 12:27:45 +01:00
Gunnar Morling
f2c0d282ef DBZ-2915 Moving Docker config to test class path 2021-01-25 12:27:45 +01:00
ani-sha
7a4d8d990e DBZ-2915 Use Testcontainers to setup Pulsar 2021-01-25 12:27:45 +01:00
Bob Roldan
68882fec1b DBZ-2966 Correct anchor id to exclude-list vs. include-list 2021-01-22 12:11:15 -05:00
Bob Roldan
23e8eeb854 DBZ-2918 Conscious language update: replace black-/white- list strings 2021-01-22 09:32:13 +01:00
Bob Roldan
ecad4535b5 DBZ-2958 Fix incorrect link IDs in connectors snapshot metrics table 2021-01-20 08:21:22 +01:00
Bob Roldan
69850f9d89 DBZ-2675 Edit SQL Server connector doc to improve clarity 2021-01-19 16:42:28 +01:00
ani-sha
7c16a25793 DBZ-2945 Provide details about system property for specifying apicurio version 2021-01-19 16:27:35 +01:00
ani-sha
040ec49e90 DBZ-2945 Rename local vars 2021-01-19 16:27:35 +01:00
Gunnar Morling
2b76063368 DBZ-2945 Extracting versions helper 2021-01-19 16:27:35 +01:00
ani-sha
8fb835f17f DBZ-2945 Fetch correct latest apicurio version for testcontainers 2021-01-19 16:27:35 +01:00
Nishant Singh
e1cd5b1c8b change tranaction metadat to transaction metadata 2021-01-19 15:36:37 +01:00
Gunnar Morling
f76d8e0869 DBZ-2938 Calling snapshot listener only after complete() hook 2021-01-19 15:16:46 +01:00
Gunnar Morling
6d441bc538 DBZ-2938 Centralizing listener handling; avoiding some empty methods 2021-01-19 15:16:46 +01:00
Gunnar Morling
e342158fa0 DBZ-2698 Using char instead of String 2021-01-19 08:50:31 +01:00
Giovanni De Stefano
8cd2da3bfb DBZ-2698 Added support for null default value for types int, bigint, smallint, tinyint, float, real 2021-01-18 18:04:34 +01:00
zxxz
1875826d3a DBZ-2698 Added support for null default value for types int, bigint, smallint, tinyint, float, real 2021-01-18 17:55:56 +01:00
Sergei Morozov
fa1ad8065d DBZ-2912: Add support for binary.handling.mode to the SQL Server connector 2021-01-16 10:58:06 +01:00
Troy Gaines
f3880e3d4a DBZ-2940 fixing misspelling db2 docs 2021-01-16 01:00:44 +01:00
Gunnar Morling
09254661a2
[docs] Typo fix 2021-01-15 14:56:53 +01:00
Gunnar Morling
aa674842a3 DBZ-2923 Improving test stability 2021-01-14 17:02:04 +01:00
Gunnar Morling
7144943a8f DBZ-2861 Not building dependent projects for testing, as we cannot build the components *they* depend on with a single call 2021-01-14 16:10:24 +01:00
Gunnar Morling
b5bb534429 DBZ-2921 Removing superfluous author tag 2021-01-14 15:52:18 +01:00
Jiri Pechanec
ff4fe78037 DBZ-2921 Record default database charset in history 2021-01-14 15:52:18 +01:00
Aman Garg
59da33c244 Update typo in database.user description
Name of the MySQL ~~database~~user* to use when connecting to the MySQL database server.
2021-01-13 21:58:23 +01:00
Jiri Pechanec
47b9cad2d9 DBZ-2499 Solve unknown event types 2021-01-13 17:04:35 +01:00
Gunnar Morling
525151f98c DBZ-2861 Revert "DBZ-2861 Fix Testing Module under Outreach Jobs"
This reverts commit 9c0096b325, which
causes testing workflow to build all modules.
2021-01-13 15:40:37 +01:00
Gunnar Morling
7fc5644e96 DBZ-2572 Revert "DBZ-2572 Fix Build Testing Workflow to build dependent modules as well"
This reverts commit 9031aa6789, which got
applied unintentionally, and should be addressed separately.
2021-01-13 15:38:19 +01:00
ani-sha
9c0096b325 DBZ-2861 Fix Testing Module under Outreach Jobs 2021-01-13 13:59:35 +01:00
Gunnar Morling
dfd7b02554 DBZ-2868 Removing superfluous property definitions 2021-01-12 17:47:16 +01:00
Ismail Simsek
0be379ab79 DBZ-2868 move TestDatabase to debezium-testing-testcontainers project and rename to PostgresTestResourceLifecycleManager 2021-01-12 17:47:16 +01:00
Ismail Simsek
a0ba33fddd DBZ-2868 change TestDatabase to QuarkusTestResource for debezium-server integration tests 2021-01-12 17:47:16 +01:00
rkerner
9031aa6789 DBZ-2572 Fix Build Testing Workflow to build dependent modules as well 2021-01-12 14:08:21 +01:00
rkerner
d7ac0f7e6b DBZ-2572 Fix docs for message.key.columns and skipped.operations 2021-01-12 14:08:21 +01:00
Gunnar Morling
b9028f42b1
Update outbox-event-router.adoc 2021-01-11 12:37:15 +01:00
Gunnar Morling
b5b8ef358b DBZ-2764 Misc. clean-up 2021-01-08 13:19:57 +01:00