build(deps): org.graalvm.buildtools:native-maven-plugin from 0.10.6 to 0.11.2#1346
Merged
gotson merged 1 commit intoxerial:masterfrom Nov 7, 2025
Merged
Conversation
kkriske
commented
Nov 5, 2025
| <fallback>false</fallback> | ||
| <verbose>true</verbose> | ||
| <buildArgs> | ||
| <arg>-H:+AllowDeprecatedBuilderClassesOnImageClasspath</arg> |
Contributor
Author
There was a problem hiding this comment.
This is only necessary for GraalVM JDK 17. On later versions this option is deprecated so at some point this might cause failures if the option is removed. At that point I would recommend just dropping builds for GraalVM JDK 17.
kkriske
commented
Nov 5, 2025
| <arg>--initialize-at-build-time=org.junit.jupiter.api.parallel.ResourceLock</arg> | ||
| <arg>--initialize-at-build-time=org.junit.jupiter.api.parallel.ResourceLockTarget</arg> | ||
| <arg>--initialize-at-build-time=org.junit.jupiter.api.parallel.ResourceAccessMode</arg> | ||
| <arg>--initialize-at-build-time=org.junit.platform.commons.support.scanning.DefaultClasspathScanner</arg> |
Contributor
Author
There was a problem hiding this comment.
Most of these initialization options seem to no longer be required on JDK 25. They're only here for 17 and 21.
1d828b9 to
6a2ee6d
Compare
Collaborator
|
Thanks a lot. Do you think you could put the comments you made on github inside the |
…o 0.11.2 - update required native-image arguments - bump ci to GraalVM 25 to run against LTS
6a2ee6d to
87fbac4
Compare
Contributor
|
🎉 This issue has been resolved in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes seems to mostly be related to this I think: graalvm/native-build-tools#693
I've added some comments inline on the PR to clarify.
Interestingly, everything seemed to run fine without any changes on JDK 25 (on Windows at least)