Commit Graph

16 Commits

Author SHA1 Message Date
Chris Cranford
5600ee73be DBZ-3552 Use term "type" rather than "explicitType" 2021-12-13 18:08:28 +01:00
Chris Cranford
bd9621c845 DBZ-3552 Allow usage of payload custom types
For example, when defining a payload as a PostgreSQL JSONB sql type and
using JsonNode as the Java representation, a type handler must be given
to handle the conversion between the Java representation and the SQL.
While this can be done with an attribute converter, some may wish to
make use of existing Hibernate user-defined type implementations.
2021-12-13 18:08:28 +01: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
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
Gunnar Morling
b5b8ef358b DBZ-2764 Misc. clean-up 2021-01-08 13:19:57 +01:00
ani-sha
bd427786e9 DBZ-2764 Centralize Postgres image for Testcontainers 2021-01-08 13:19:57 +01:00
Jiri Pechanec
8e333d9b1d DBZ-1818 DBZ-559 Changes after review
OpenTracing not used in names
Span for event time
Span SMT embedded in outbox
Handling of missing tracing libs in Connect runtime
Aligned tracing tag names with the standard ones
2020-12-08 16:09:09 +01:00
Jiri Pechanec
318340078b DBZ-1818 DBZ-559 Integration with OpenTracing 2020-12-08 16:09:09 +01:00
Babur Duisenov
1dbe6c014b DBZ-2762 Update Testcontainers version to 1.15.0 2020-11-16 07:42:30 +01:00
Guillaume Smet
f017e235a3 DBZ-2558 Fix the Quarkus datasource configuration
The one used has been deprecated since 1.3 and has been removed from
1.9.
2020-09-23 09:52:29 +02:00
Gunnar Morling
470275157e DBZ-2465 Adding test for event persistence 2020-09-02 12:39:17 -04:00
Gunnar Morling
086d3306e8 DBZ-2465 Using Testcontainers PostgreSQLContainer, so to benefit from simpler config and dynamic port allocation 2020-09-02 12:39:17 -04:00
Chris Cranford
7a3f4d2edd DBZ-1711 Add Quarkus native image integration test 2020-02-24 07:43:10 +01:00
Chris Cranford
15b15d6b34 DBZ-1711 Moved integration tests under quarkus outbox hierarchy 2020-02-12 13:45:18 -05:00