Commit Graph

5108 Commits

Author SHA1 Message Date
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
Eric Slep
8a659ff8ab DBZ-2790 Docs and one final test edge case 2021-06-08 12:10:26 +02:00
Eric Slep
5dde3062b0 DBZ-2790 Handle pgoutput streaming refresh 2021-06-08 12:10:26 +02:00
Eric Slep
13ebeade71 DBZ-2790 Add default values to existing tests 2021-06-08 12:10:26 +02:00
Eric Slep
436b4697ba DBZ-2790 Tests for refresh behaviour, ensure defaults are not cleared on in-mem refresh 2021-06-08 12:10:26 +02:00
Eric Slep
d1917eeff6 DBZ-2790 Handle default values for date & time types 2021-06-08 12:10:26 +02:00
Eric Slep
f88f135c43 DBZ-2790 Add simple placeholders to schema for generated defaults 2021-06-08 12:10:26 +02:00
Eric Slep
de5fe2a520 DBZ-2790 Move TypeRegistry construction back to connection 2021-06-08 12:10:26 +02:00
Kevin Pullin
0462804467 DBZ-2790 Update debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/connection/PostgresDefaultValueConverter.java
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-06-08 12:10:26 +02:00
Kevin Pullin
4b62e59400 DBZ-2790 Update debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/connection/PostgresDefaultValueConverter.java
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-06-08 12:10:26 +02:00
Kevin Pullin
d2ab8baddf DBZ-2790 Implement default values for postgres
Using the `SqlServerDefaultValueConverter` class as a starting point,
this commit implements default value support for postgres.
2021-06-08 12:10:26 +02:00
Chris Cranford
9cc6239bc0 DBZ-3591 Fix SelectLobParser throwing NPE for unknown tables 2021-06-07 15:15:21 +02:00
Bob Roldan
ee1991b1e2 DBZ-3569 Conditionalize content related to tracing as community only. 2021-06-07 11:22:20 +02:00
Bob Roldan
c0faa2f7ec DBZ-3569 Remove TP/incubating statements 2021-06-07 11:22:20 +02:00
Chris Cranford
4d3c1f7e72 DBZ-3062 Use captured instead of monitored 2021-06-07 11:19:54 +02:00
Chris Cranford
e10b06c8b1 DBZ-3062 Documentation updates 2021-06-07 11:19:54 +02:00
Chris Cranford
a2fc19f409 DBZ-3062 Oracle connector support snapshot.include.collection.list 2021-06-07 11:19:54 +02:00
Chris Cranford
de2fe7149b DBZ-3563 Deduplicate logs based on sequence number and not scn ranges 2021-06-07 11:17:11 +02:00
Jiri Pechanec
e391950271 DBZ-3589 Upgrade Cassandra driver 2021-06-07 09:16:47 +02:00
gvaquez-ubi
03cb907d85 DBZ-3068 Allow several tries on createReplicationStream to get replication slot 2021-06-04 15:11:57 +02:00