Closed jerboaa closed 3 months ago
This is indeed a Quarkus issue. The issue is reproducible with quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17
as well.
./mvnw -Dnative -pl integration-tests/jpa-oracle clean package -Dnative.surefire.skip -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=podman -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17
Most probably related to https://github.com/quarkusio/quarkus/pull/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?
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.
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.