Commit Graph

5177 Commits

Author SHA1 Message Date
Chris Cranford
2310e45f3c DBZ-3631 Align Xstream to emit null when BLOB/CLOB fields are set to null.
While LogMiner already did this, the Xstream implementation was not checking for
this use case and was instead emitting empty strings or empty byte buffer values
rather than explicit nulls if there was no data.
2021-06-18 08:42:31 +02:00
Chris Cranford
614250a096 DBZ-3641 Fix DDL parsing of CREATE TABLE using maxtrans-clause 2021-06-18 01:59:26 -04:00
camile.sing
b05ac5549e DBZ-3638 Modify Mysql SourceInfo to be public 2021-06-17 16:16:05 +02:00
Chris Cranford
da2e142460 DBZ-3593 Only emit commit event if there is an active transaction 2021-06-17 09:25:30 +02:00
Chris Cranford
29b7f1fa44 DBZ-3631 Fix Oracle trx reconciliation not finding PK columns 2021-06-17 09:10:33 +02:00
Chris Cranford
b4ac2f9c1c DBZ-3616 Avoid logging processed trx warnings & emit DDL changes once 2021-06-16 10:17:41 +02:00
Chris Cranford
aedb6118da DBZ-3612 Do not parse Oracle ALTER TABLE ddl for unknown tables 2021-06-16 10:07:32 +02:00
Jiri Pechanec
96fc521f85 DBZ-3171 Use Apicurio 2.0 2021-06-15 14:16:25 +02:00
Chris Cranford
ac7be36189 DBZ-3619 Oracle DDL parser add "UNIQUE INDEX" logging support 2021-06-15 14:07:57 +02:00
Sergei Morozov
b36e8247a3 DBZ-3615: Keep database connection closed during schema recovery 2021-06-15 11:27:44 +02:00
Jiri Pechanec
331648dce0 DBZ-3275 Vitess master branch renamed to main 2021-06-15 11:23:06 +02:00
Derek Moore
5f7aa142b7 DBZ-3546 default debezium.sink.pravega.transaction to false 2021-06-14 18:50:00 +02:00
JapuDCret
2b885fd1e9
[docs ]Fix typo in outbox.adoc 2021-06-14 17:20:25 +02:00
jcechace
7f3d442544 DBZ-3625 Fixed dependency issues caused by BOM introduction 2021-06-14 11:36:48 +02:00
Jiri Pechanec
aecd88ccb3 DBZ-3610 Support for grant/revoke role 2021-06-11 16:02:01 +02:00
Jiri Pechanec
02640df975 DBZ-3597 Re-use the CDC wait test code 2021-06-10 17:55:50 +02:00
Jiri Pechanec
c2086d7104 DBZ-3597 Remove non-captured colmuns from PK 2021-06-10 17:55:50 +02:00
Debezium Builder
48ca58a609 [maven-release-plugin] prepare for next development iteration 2021-06-10 06:03:12 -04:00
Debezium Builder
0961517859 [maven-release-plugin] prepare release v1.6.0.Beta2 2021-06-10 06:03:12 -04:00
Jiri Pechanec
7ba2182803 [release] Changelog for 1.6.0.Beta2 2021-06-10 11:43:35 +02:00
Gunnar Morling
a2f927c2db DBZ-3608 Avoiding repeated closing actions 2021-06-10 07:39:49 +02:00
Gunnar Morling
205c63a56a DBZ-3608 Fixing version handling;
- wrong minor version for Postgres
- minor/patch versions of -1 were not actually ignored in comparison
2021-06-10 07:39:49 +02:00
Chris Cranford
3f5ede445c DBZ-3606 Add CASCADE CONSTRAINTS support for Oracle DROP TABLE 2021-06-09 16:17:05 +02:00
Chris Cranford
8783eae098 DBZ-3599 Fix Oracle RAC url variable substitution 2021-06-09 16:03:31 +02:00
Gunnar Morling
dc865cd82d DBZ-2975 Formatting 2021-06-09 16:02:33 +02:00
Gunnar Morling
1ce65fa628 DBZ-2975 Avoiding raw types in some places;
Also parameterizing offset loader contract, so to avoid casts later on.
2021-06-09 16:02:33 +02:00
Sergei Morozov
657a6d2542 DBZ-2975: Extract offset context from object states to method signatures 2021-06-09 16:02:33 +02:00
Jiri Pechanec
59fc4c1af1 DBZ-3542 Server Core should not make an assembly 2021-06-09 15:53:48 +02:00
Jiri Pechanec
06ceac1b24 DBZ-3607 Document incremental snapshot SPI 2021-06-09 14:15:09 +02:00
Gunnar Morling
2c5e10b848 DBZ-3596 Using single connection in PgOutputMessageDecoder 2021-06-09 13:41:43 +02:00
Gunnar Morling
4aef8669fb DBZ-3596 Removing unused "exported" flag 2021-06-09 13:41:43 +02:00
Gunnar Morling
7e664b18e5 DBZ-3596 Removing unused field AbstractMessageDecoder#filterBasedOnLsn and code leading to it 2021-06-09 13:41:43 +02:00
Chris Cranford
473eb2c02c DBZ-3561 Introduce archive log only mode for Oracle 2021-06-09 10:18:17 +02:00
Jiri Pechanec
e661d07381 DBZ-3601 Document Pulsar topic name mapper 2021-06-09 10:11:40 +02:00
Gunnar Morling
f1067ad000 DBZ-2834 Doc adjustment 2021-06-09 09:53:17 +02:00
Gunnar Morling
99f3f62f04 DBZ-2834 Expanding tests; consistent assertion imports 2021-06-09 09:47:12 +02:00
Anisha Mohanty
58dc09caff DBZ-2834 Make OT enabled by default & add supporting test cases 2021-06-09 09:47:12 +02:00
Anisha Mohanty
f83ee3f8b9 DBZ-2834 Update documentaion 2021-06-09 09:47:12 +02:00
Chris Cranford
f98a1db0f2 DBZ-2834 Suggested changes 2021-06-09 09:47:12 +02:00
Anisha Mohanty
3199dd6271 DBZ-2834 Define new config item to activate OpenTracing
DBZ-2834 Seperate tracing and non-tracing code, clean ups
2021-06-09 09:47:12 +02:00
Jiri Pechanec
66c17900b0 DBZ-3595 Null key should not be converted 2021-06-09 09:25:55 +02:00
Jiri Pechanec
b59f6daac9 DBZ-3550 Use selected test containers deps 2021-06-08 14:49:04 +02:00
Jiri Pechanec
77f73299ca DBZ-3550 Aling Pravega dependencies with Quarkus 2021-06-08 14:49:04 +02:00
Jiri Pechanec
baab9fa557 DBZ-3550 Add JSON extension for healthcheck 2021-06-08 14:49:04 +02:00
Jiri Pechanec
b646b310af DBZ-3550 Upgrade to Quarkus 2.0.0.CR3 2021-06-08 14:49:04 +02:00
Jiri Pechanec
4ad69f1037 DBZ-3550 Align with new HealthCheck API 2021-06-08 14:49:04 +02:00
Chris Cranford
2eaeb7ad83 DBZ-3550 Remove quarkus-resteasy from dependencies 2021-06-08 14:49:04 +02:00
Chris Cranford
49abd7e180 DBZ-3550 Upgrade to Quarkus 2.0.0.CR2 2021-06-08 14:49:04 +02:00
Chris Cranford
a3b780dd2a DBZ-3550 Upgrade to Quarkus 2.0
* Upgrades Quarkus dependency to 2.0.0.Alpha3
* Fixes dependency issues in outbox extension pom
* Remove deprecated usages of OpenTracing API
2021-06-08 14:49:04 +02:00
Gunnar Morling
41e93e6ce1 DBZ-2790 Avoiding function usage 2021-06-08 12:10:26 +02:00