Highlight major changes in setup-java v6 - #1203
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the README’s “V6 (in development)” highlights to reflect recent/new behavior and options in actions/setup-java, helping users understand what’s changing in the upcoming major version.
Changes:
- Document
oracle-openjdksupport and thejava-version: latestalias. - Highlight checksum verification / download behavior, caching options, problem-matcher toggling, and GraalVM environment variables.
- Call out stricter input validation and targeted error handling for invalid/unsupported combinations.
Show a summary per file
| File | Description |
|---|---|
| README.md | Expands the V6 highlights section to cover new distributions, aliases, verification, caching, GraalVM environment setup, and validation behavior. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <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.
Description:
Expand the README V6 highlights with the new distribution and version alias, download verification and reproducibility controls, caching and problem-matcher options, GraalVM environment setup, and stricter input compatibility validation. Preserve the existing ESM, Maven input alias, GPG, and legacy distribution migration guidance.
Related issue:
N/A
Check list:
npm run checklocally (format, lint, build, test) and all checks pass. Not run (documentation-only change).