-
Notifications
You must be signed in to change notification settings - Fork 15
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
[23.0] Quarkus integration test jpa-oracle fails with latest Mandrel 23.0 build with JDK 17.0.13+2 (ea) #783
Comments
This is indeed a Quarkus issue. The issue is reproducible with
|
Most probably related to quarkusio/quarkus#41998 |
@zakkak Feel free to look into it and assign it to yourself. I haven't done anything on it yet. Affects quarkus main only. Quarkus 3.2 is OK. |
I think the right thing to do is to close this as "not planned". The minimum supported version on Quarkus main is 23.1, see https://github.com/quarkusio/quarkus/blob/77654a9b565e47f473488eb4b2a2ea3c3b97aefe/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/GraalVM.java#L206-L211, so I don't expect anyone to put effort in fixing this. We should probably also disable the test at this point. WDYT? |
OK, we have testing of Quarkus 3.2 with JDK 17 EA, which is sufficient. |
Closing this as not planned since Mandrel 23.0 is targetting Quarkus 3.2 and there will only be one more release in October before it's phased out. |
Mandrel 23.0 is no longer supported by Quarkus main and we started seeing failures that are not expected to get fixed. See graalvm#783
Mandrel 23.0 is no longer supported by Quarkus main and we started seeing failures that are not expected to get fixed. See #783
Description
We see CI failures related to Oracle JPA with the latest Mandrel 23.0 builds with JDK 17.0.13+2 ea builds that look like this:
See also:
https://github.com/graalvm/mandrel/actions/runs/10491620348/job/29062602276#step:12:4811
How To Reproduce
Steps to reproduce the behavior:
698f5bf484049fe9fdd52de302a78ae8ed02ac63
) and build.jpa-oracle
Expected behavior
Integration test passes.
Additional context
Same happened on July 27 with JDK 17.0.12 GA here:
https://github.com/graalvm/mandrel/actions/runs/10119296822/job/27987949919#step:12:4723
Likely quarkus related, but filing it here for now.
The text was updated successfully, but these errors were encountered: