chore(deps): bump GraalVM Native Build Tools plugin 0.11.1 → 1.1.0#89
Closed
cristianrcv wants to merge 2 commits into
Closed
chore(deps): bump GraalVM Native Build Tools plugin 0.11.1 → 1.1.0#89cristianrcv wants to merge 2 commits into
cristianrcv wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ompatibility Plugin 1.1.0 bundles metadata repo 1.0.0 which uses a new schema requiring GraalVM 25+. Pinning to the latest 0.3.x release keeps compatibility with the GraalVM Community 21 used in CI until we upgrade GraalVM. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Closing — upgrading to 1.1.0 requires GraalVM 25 for the new reachability-metadata schema, and the compatibility matrix between plugin, metadata repo, and GraalVM versions is too tangled to be worth it while staying on GraalVM 21. Reverting to 0.11.1. |
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.
Summary
org.graalvm.buildtools.nativeplugin from0.11.1to1.1.00.3.35for compatibility with GraalVM Community 21Background
Plugin 1.1.0 bundles reachability metadata repo 1.0.0, which uses a new
reachability-metadata.jsonschema that requires GraalVM 25+. Since CI uses GraalVM Community 21 (and GraalVM 25 is not yet stable), the metadata repository is pinned to the latest0.3.xrelease (0.3.35), which skips the new schema validation. The pin can be removed once CI is upgraded to GraalVM 25.No DSL changes were required — the existing
graalvmNativeblock is fully compatible with 1.1.0.Test plan
./gradlew listLibrariesMissingMetadatato verify all dependencies have reachability metadata🤖 Generated with Claude Code