-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Adjust LCMS substitutions for GraalVM JDK 17 #19534
Conversation
The JVMCI JDK17 releases/builds are made available at https://github.com/graalvm/labs-openjdk-17. I used the An additional change was needed in this PR because it was failing during native image build with:
In the latest JDK17 version, this method now takes just one parameter. I've fixed that part and updated this PR. With this change, the basic test and building of the Once the CI jobs of this PR come out fine, I think it probably is safe to merge this. |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building f2b7390
Full information is available in the Build summary check run. Test Failures⚙️ Gradle Tests - JDK 11 Windows #📦 integration-tests/gradle✖
⚙️ Maven Tests - JDK 11 Windows #📦 integration-tests/maven✖
⚙️ MicroProfile TCKs Tests #📦 tcks/resteasy-reactive/target/testsuite/tests✖
|
Pushed a rebase as there were too many CI failures. |
Failing Jobs - Building 257df1e
Full information is available in the Build summary check run. Test Failures⚙️ Gradle Tests - JDK 11 Windows #📦 integration-tests/gradle✖
|
@jaikiran can I have your approval? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good and more importantly doesn't regress against existing Java/Native image versions. Approved :)
@gsmet @zakkak I can confirm it's fixed ✔️ Running with JDK 17 based Mandrel 21.3-SNAPSHOT: Quarkus 2.2.0.CR1
Quarkus 999-SNAPSHOT 0110329
Although if you go beyond Hello World, there will be more substitutions adjustments needed: #19633 |
Fixes #19356
@zakkak would you have any way to test that? I did that completely in the dark...