Commit Graph

9 Commits

Author SHA1 Message Date
Chris Cranford
d73f008884 DBZ-7388 Fix Hibernate API deprecated usages 2024-01-29 16:59:01 +01:00
david remy
246989017d DBZ-2862 Replacing the OpenTracing dependency with OpenTelemetry in poms and renaming OpenTracing terms to OpenTelemetry 2023-08-08 21:34:04 +02:00
Chris Cranford
d7d34c4443 DBZ-6129 Upgrade to Quarkus 3.0.0.Alpha4
Quarkus 3 now includes Jakarta EE which replaces the old Java EE classes
that were found within the `javax.*` package and are now in `jakarta.*`.
2023-04-13 17:18:23 -04:00
Vojtech Juranek
44f2f40c56 DBZ-6216 Update testcontainers to use quay.io images
When needed update also version.
Update also leftovers in readme files.
2023-04-12 14:07:35 +02:00
Chris Cranford
c5d96a2aec DBZ-5758 Repackaged reactive extension
In order to avoid potential conflicts or problems with reusing the
same class names, this commit repackages all reactive code into a
separate io.debezium.outbox.reactive package rather than using the
same non-reactive package io.debezium.outbox.
2023-02-10 14:13:23 +01:00
Chris Cranford
b15ee3dfec DBZ-5758 Cleanup build warnings, removed deprecations 2023-02-10 14:13:23 +01:00
Chris Cranford
1f41336b38 DBZ-5758 Use exposed mapped port for Outbox Reactive tests 2023-02-10 14:13:23 +01:00
Chris Cranford
31e49efc35 DBZ-5758 Introduce common modules for common code 2023-02-10 14:13:23 +01:00
ingmarfjolla
a08c7e23c8 DBZ-5758 reactive outbox 2023-02-10 14:13:23 +01:00