Commit Graph

3979 Commits

Author SHA1 Message Date
Jiri Pechanec
fa0ec16a3c DBZ-3022 Add PostgreSQL 13 to filter 2021-02-04 06:18:33 +01:00
Gunnar Morling
b9ccb5097e DBZ-3022 Test with Postgres 13 2021-02-04 06:10:28 +01:00
Bob Roldan
9663e87507 DBZ-2815 Break long lines to faciliate authoring. Minor style edits. 2021-02-03 17:52:21 -05:00
Bob Roldan
b3b6497ded DBZ-2815 Remove TP statement conditionalized for product version. 2021-02-03 17:07:12 -05:00
mpermar
cb4b973be3 DBZ-2982 Updating formatting on log mining default values
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2021-02-03 11:48:01 -05:00
mpermar
f34d052e22 DBZ-2982 Rename log mining batch size and sleep time properties 2021-02-03 11:48:01 -05:00
mpermar
2198f97c0b DBZ-2982 Adding docs for new properties that customize log mining behavior 2021-02-03 11:48:01 -05:00
rkerner
f026f962f2 DBZ-3024 Migrate DebeziumContainer enhancements for DBZ-2950 and DBZ-2952 into main repository
* apply PR feedback

closes https://issues.redhat.com/browse/DBZ-3024
2021-02-03 15:21:50 +01:00
jcechace
980f157426 DBZ-3025 Allow KC image build script to overwrite existing files when unpacking additional libraries 2021-02-03 09:20:36 -05:00
Gunnar Morling
8bf4a85a81 DBZ-2382 Doc update 2021-02-03 13:53:01 +01:00
Naveen Kumar KR
75882f35ac DBZ-2382 Support emitting TRUNCATE events in PG11+ PGOUTPUT plugin
default - TruncateHandlingMode.SKIP
supported configs - TruncateHandlingMode.SKIP / TruncateHandlingMode.INCLUDE
2021-02-03 13:53:01 +01:00
Jiri Pechanec
ffd5e1ee2b DBZ-2274 Execute release from a candidate branch 2021-02-03 13:40:14 +01:00
Jiri Pechanec
5909548d42 DBZ-2274 Use new Jira API URL 2021-02-03 13:40:14 +01:00
Dave Cramer
546b2f2da9 [docs] Update docs for PostgreSQL and add CrunchyBridge 2021-02-03 12:27:07 +01:00
Jiri Pechanec
5e887b2bfb DBZ-3020 Ignore expressions in default values 2021-02-03 10:12:09 +01:00
Gunnar Morling
a5d0021626
DBZ-2970 Add Oracle frequent problems section (#2081)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-03 09:00:19 +01:00
Gunnar Morling
71eb79de0a
Update documentation/modules/ROOT/pages/connectors/oracle.adoc 2021-02-03 08:59:51 +01:00
Jiri Pechanec
bfc7e25705 DBZ-3018 Signal option values can be calculated 2021-02-03 08:55:53 +01:00
Chris Cranford
5a0e65f284 DBZ-2970 Suggested changes & clarification 2021-02-03 02:43:38 -05:00
ani-sha
d4003c9172 DBZ-2420 Define database configs under RelationalDatabaseConnectorConfig 2021-02-03 08:05:42 +01:00
Jiri Pechanec
e526821594 DBZ-3017 Allow parentheses for functions with optional 2021-02-03 08:01:45 +01:00
Bob Roldan
c33e46cffa DBZ-2814 Remove Db2 Tech prev/incubating statements for promotion to GA. 2021-02-03 01:28:20 -05:00
rkerner
aeab62c0bc DBZ-3011 Add git repository suffix to repo URLs
closes https://issues.redhat.com/browse/DBZ-3011
2021-02-02 15:36:08 +01:00
rkerner
89cc1d7003 DBZ-3008 Fix that an invalid regex for database.inlcude.list and database.exlcude.list does not raise a validation error for MySQL connector and the connector only fails on start, also the config validated before
closes https://issues.redhat.com/browse/DBZ-3008
2021-02-01 18:38:54 +01: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