Commit Graph

7907 Commits

Author SHA1 Message Date
Anisha Mohanty
a8716fcb61 DBZ-6019 Role REVOKE with user-like role name 2023-01-24 14:24:17 +01:00
Jiri Pechanec
e681f5465e DBZ-4829 Fix contributor name mapping 2023-01-24 08:51:09 +01:00
Sanapalli Lokesh
419ca28a37 DBZ-4829 : added lokesh sanapalli to copyright.txt 2023-01-24 08:51:09 +01:00
Lokesh Sanapalli
591cef13bb DBZ-4829 : added event.processing.failure.handling.mode configuration to the documentation 2023-01-24 08:51:09 +01:00
Chris Cranford
ad5eb8c36c DBZ-6005 Upgrade to Quarkus 2.16.0.Final 2023-01-24 08:43:58 +01:00
Chris Cranford
cf4813d9ad DBZ-6005 Upgrade to Quarkus 2.16.0.CR1 2023-01-24 08:43:58 +01:00
roldanbob
5eb6f87b97
[docs] Fix typo 2023-01-20 09:46:35 -05:00
Vojtech Juranek
f00f2a8735 DBZ-5917 Fix querying column metadata for tables with back slash in the name
If the table contains back slash, which is ANSI SQL escape chracter,
in its name, querying column metadata would fail in some cases (*)
which would result into NPE. Fix table name before the query and
escape escape character if the table name contains it.

Default backslash works for all currently supported databases as it's
ANSI SQL standard,

(*) everything works when we collect column metadata for all tables,
i.e. when there are no excluded tables
2023-01-20 00:01:11 +01:00
Debezium Builder
afdebfe13c [release] Development version for testing module deps 2023-01-19 11:41:49 +00:00
Debezium Builder
04f5291a2d [maven-release-plugin] prepare for next development iteration 2023-01-19 11:32:10 +00:00
Debezium Builder
027527963e [maven-release-plugin] prepare release v2.2.0.Alpha1 2023-01-19 11:32:10 +00:00
Debezium Builder
e0ea7b084e [release] Stable 2.2.0.Alpha1 for testing module deps 2023-01-19 11:29:33 +00:00
Jiri Pechanec
6983add0c5 [release] Changelog for 2.2.0.Alpha1 2023-01-19 12:21:28 +01:00
Anil Dasari
e1f9d64fbb DBZ-5852:Snapshotter#snapshotCompleted is invoked regardless of snapshot result 2023-01-19 09:24:02 +01:00
Jiri Pechanec
1ec41fa120 DBZ-5879 Added logging; removed commented out code 2023-01-18 14:46:14 +01:00
Jeremy Ford
553cb9b1dd DBZ-5879 Add wait to tests in order to maintain expectations of existing integration tests 2023-01-18 14:46:14 +01:00
Jeremy Ford
8da86b78e8 DBZ-5879 Fix unit tests 2023-01-18 14:46:14 +01:00
Jeremy Ford
f2a6f0b8db DBZ-5879 Support retrying database connection failures during connector start
Reworked when task requests start from subclasses
Add support for restarting
2023-01-18 14:46:14 +01:00
Jiri Pechanec
e8729bb0eb DBZ-5996 Properly handle zoned timestamp width in Oracle 2023-01-18 10:42:36 +01:00
Jiri Pechanec
1ee4850273 DBZ-6012 Allow skipping of LSN check failure 2023-01-18 10:34:56 +01:00
Jeremy Ford
d775104331 DBZ-5926 Add support for Connect Headers to Debezium Server
Add headers support to ChangeEvent
Add SerializationFormat support headers
2023-01-18 10:28:22 +01:00
Jiri Pechanec
107f09a2e7 DBZ-6001 DBZ-5991 Use strict class for money 2023-01-17 14:52:03 +01:00
harveyyue
93b82ab7b4 DBZ-6001 Postgresql connector parses the null of the money type into 0 2023-01-17 14:52:03 +01:00
harveyyue
bde7af1423 DBZ-5991 There is a problem with postgresql connector parsing the boundary value of money type 2023-01-17 14:52:03 +01:00
Vojtech Juranek
e19ed4d218 DBZ-5962 Fix formatting 2023-01-17 13:52:42 +01:00
indraraj
ee059cee73 DBZ-5878 fix review updates 2023-01-17 13:33:32 +01:00
Indra
62886242ae DBZ-5878 Update documentation/modules/ROOT/pages/operations/debezium-ui.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 13:33:32 +01:00
indraraj
cb6670cee2 DBZ-5878 Update the Debezium UI Documentation page to include the latest additional steps and UI screenshots 2023-01-17 13:33:32 +01:00
Vojtech Juranek
ea202198b8 DBZ-5962 Add contributor 2023-01-17 13:24:35 +01:00
Vojtech Juranek
81cd9be4ec DBZ-5962 Add comment explaning usage of the await without timeout
Also remove unneeded change in `pom.xml`.
2023-01-17 13:23:29 +01:00
sunxiaojian
15a19fa8db DBZ-5962 Sink adapter for Apache RocketMQ 2023-01-17 13:17:13 +01:00
yoheimuta
0f01851b05 DBZ-5930 Remove a confusing note about a future release in document 2023-01-17 10:53:28 +01:00
yoheimuta
9346a2e550 DBZ-5930 Fix a typo in document 2023-01-17 10:53:28 +01:00
yohei yoshimuta
d3efd8904f DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
c9bf4ac795 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
5069064607 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
5faa9cde6c DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yohei yoshimuta
bd812be653 DBZ-5930 Update documentation/modules/ROOT/pages/connectors/vitess.adoc
Co-authored-by: roldanbob <broldan@redhat.com>
2023-01-17 10:53:28 +01:00
yoheimuta
fad1fb157d DBZ-5930 Add the doc for vitess snapshot.mode 2023-01-17 10:53:28 +01:00
Jiri Pechanec
bcd6787cdc DBZ-6008 Revert "DBZ-3653 Introduce incremental.snapshot.isolation.mode config"
This reverts commit 6d8bcd42fd.
2023-01-17 10:40:20 +01:00
Jiri Pechanec
76ca4cb902 DBZ-6008 Revert "DBZ-3653 Add docs for Db2 and SQL Server"
This reverts commit 0bd5123a81.
2023-01-17 10:40:20 +01:00
Jiri Pechanec
8738e62459 DBZ-6008 Revert "DBZ-3653 Remove extra modifiers"
This reverts commit bdfc1e6861.
2023-01-17 10:40:20 +01:00
Jiri Pechanec
0c5e4f0051 DBZ-6002 Fix tests now requiring fractions 2023-01-13 12:00:00 +01:00
harveyyue
bea65acc0e DBZ-6002 Run PostgresConnectorIT.shouldReceiveChangesForChangeColumnDefault() failed 2023-01-13 12:00:00 +01:00
Anisha Mohanty
3485381ab3 DBZ-5998 Use github context instead of hard coded values in CI 2023-01-13 10:16:44 +01:00
Bob Roldan
1f7e374d19 DBZ-5975 Remove note that indicates SMT is under active development. 2023-01-13 10:13:36 +01:00
Anisha Mohanty
58a0500015 DBZ-5998 Use correct format for GITHUB_OUTPUT in CI & throw error in case of failed checks 2023-01-12 12:05:13 +01:00
Jiri Pechanec
d88ca6608c DBZ-6004 Add banner to Debezium Server 2023-01-12 10:38:56 +01:00
Jiri Pechanec
cc0e7444bd DBZ-5402 Add quick profile 2023-01-12 09:21:43 +01:00
Jiri Pechanec
528efaf690 DBZ-5402 Simplify the code 2023-01-12 09:06:00 +01:00