Commit Graph

18 Commits

Author SHA1 Message Date
Chris Cranford
5a0317f86f DBZ-6129 Upgrade to Quarkus 3.0.0.CR1
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.*`.

In addition, quarkus-boostrap-maven-plugin had been deprecated and is no
longer available, replaced with quarkus-extension-maven-plugin instead
with the CR1 release of Quarkus 3.
2023-04-13 17:18:23 -04: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
Debezium Builder
5c650fd054 [maven-release-plugin] prepare for next development iteration 2023-03-31 10:00:16 +00:00
Debezium Builder
68ffc4833b [maven-release-plugin] prepare release v2.2.0.Beta1 2023-03-31 10:00:16 +00:00
Debezium Builder
55d65e9618 [maven-release-plugin] prepare for next development iteration 2023-03-08 11:38:17 +00:00
Debezium Builder
6d183c3dc1 [maven-release-plugin] prepare release v2.2.0.Alpha3 2023-03-08 11:38:16 +00:00
Debezium Builder
2245ceda44 [maven-release-plugin] prepare for next development iteration 2023-02-16 11:28:25 +00:00
Debezium Builder
20f3b16e8a [maven-release-plugin] prepare release v2.2.0.Alpha2 2023-02-16 11:28:25 +00: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
885856a0f3 DBZ-5758 Backport DBZ-5821 to the Outbox Reactive Tracer-based dispatcher. 2023-02-10 14:13:23 +01:00
Chris Cranford
93220a1641 DBZ-5758 Formatting 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
05fb9f24c5 DBZ-5758 Relocated common artifacts in debezium-quarkus-outbox-common module 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
63fa947982 DBZ-5758 Reactive Outbox Extension 2023-02-10 14:13:23 +01:00
ingmarfjolla
a08c7e23c8 DBZ-5758 reactive outbox 2023-02-10 14:13:23 +01:00