Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-6129 Upgrade to Quarkus 3.0.0.Final #4299

Merged
merged 6 commits into from Apr 13, 2023
Merged

DBZ-6129 Upgrade to Quarkus 3.0.0.Final #4299

merged 6 commits into from Apr 13, 2023

Conversation

Naros
Copy link
Member

@Naros Naros commented Feb 20, 2023

https://issues.redhat.com/browse/DBZ-6129

  • Apply future alpha/CR builds
  • Fix OutboxIT (reactive/non-reactive) test failure, attempting to use CDI beans, which is no longer supported.
  • Upgrade debezium-server repository to Quarkus 3 (DBZ-6129 Upgrade to Quarkus 3.0.0.Final debezium-server#8)
  • Verify Oracle connector Infinispan Integration with Jakarta EE artifacts

@Naros
Copy link
Member Author

Naros commented Feb 20, 2023

The debezium-server failure is expected as GH is checking out the main branch from that repository, which won't be compatible with this PR due to the repackaging of javax as jakarta. The failure associated with PostgreSQL is related to customSnapshotterSkipsTablesOnRestartWithConcurrentTx which is unrelated.

@Naros
Copy link
Member Author

Naros commented Mar 31, 2023

@ani-sha is there a reason why @Naros does not have permission to run the Oracle workflow?

@Naros Naros force-pushed the DBZ-6129 branch 6 times, most recently from 39f5b3e to e32855a Compare April 6, 2023 07:06
@spieps
Copy link

spieps commented Apr 11, 2023

@Naros Do you know if we can expect a debezium release using Quarkus 3.0.0.CR1 or CR2 version? Or will debezium only release after Quarkus 3.0.0.Final is released?

@rk3rn3r
Copy link
Member

rk3rn3r commented Apr 11, 2023

@spieps We aim for a release with Quarkus 3.0.0.Final at the end of this week.

@Naros
Copy link
Member Author

Naros commented Apr 12, 2023

Hi @spieps, Quarkus 3.0.0.Final was just released today and I am preparing the PRs based on that release. Once we have the PRs completely buildable and green they'll be merged and Debezium 2.2.0.CR1 will be based on Quarkus 3.

Our goal is then to release Debezium 2.2.0.Final next week and to bundle Quarkus 3 Platform with Debezium 2.2.

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.*`.
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.
@spieps
Copy link

spieps commented Apr 12, 2023

Amazing!! Thank you all so much for this!

@Naros Naros marked this pull request as ready for review April 13, 2023 01:25
@Naros Naros merged commit 0a1a08e into debezium:main Apr 13, 2023
24 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants