[GR-44216] Include native-image in GraalVM JDK.#5995
Merged
Conversation
This was referenced Aug 8, 2023
This was referenced Sep 22, 2023
ligaz
added a commit
to ligaz/tfreader
that referenced
this pull request
Jan 25, 2024
The current CI pipeline shows the following warning: ``` Checks Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: oracle/graal#5995 ``` This fix remove the `components` argument
regadas
pushed a commit
to spotify/tfreader
that referenced
this pull request
Jan 25, 2024
The current CI pipeline shows the following warning: ``` Checks Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: oracle/graal#5995 ``` This fix remove the `components` argument
1 task
sdelamo
added a commit
to micronaut-projects/micronaut-starter
that referenced
this pull request
Oct 17, 2025
> Please remove "components: 'native-image'" from your workflow file. It is automatically included since GraalVM for JDK 17: oracle/graal#5995
guizmaii
pushed a commit
to guizmaii/sbt-github-actions
that referenced
this pull request
Jan 6, 2026
Since GraalVM for JDK 17, native-image is bundled by default and the components parameter is deprecated, causing a warning in GitHub Actions. See: oracle/graal#5995
guizmaii
pushed a commit
to guizmaii/sbt-github-actions
that referenced
this pull request
Jan 6, 2026
Since GraalVM for JDK 17, native-image is bundled by default and the components parameter is deprecated, causing a warning in GitHub Actions. See: oracle/graal#5995
brunoborges
added a commit
to brunoborges/jairosvg
that referenced
this pull request
Apr 2, 2026
Since GraalVM for JDK 17+/20+, native-image is bundled with the JDK and no longer needs to be installed separately via 'gu install' or the 'components' input. See oracle/graal#5995. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
This PR includes the
native-imagecomponent in the GraalVM JDK and thus, it no longer needs to be installed viagu install native-image.