-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Jakarta - EE 9 - Native - Quartz and JTA #27065
Comments
/cc @machi1990, @mkouba |
I found this comment: "2.4.0 should be released in the near future.". However, the 2.4.0 milestone does not seem to contain anything Jakarta-related.
I think that |
I will reuse the same technique @Sanne used for the Db2 JDBC so we can have this fixed while we wait for a Quartz release. |
Fixes quarkusio#27065 (cherry picked from commit 3a4af32)
Quartz has a JTA layer and it relies on the
javax
classes.Unfortunately the latest Quartz version dates from October 2019 so I wonder if it's still maintained.
There are a few commits that are more recent in the repository though.
I don't know if we are supporting this JTA setup in Quarkus.
The text was updated successfully, but these errors were encountered: