Add support for Java 27 - #7634
Draft
pditommaso wants to merge 1 commit into
Draft
pditommaso wants to merge 1 commit into
pditommaso wants to merge 1 commit into
Conversation
Accept Java 27 in the launcher version checks and extend the Java 24+ JVM flags (--enable-native-access, --sun-misc-unsafe-memory-access) and the virtual threads guard to cover it. Also bump the CI test matrix from Java 25 to 26. Assisted-by: Claude Opus 5 (1M context) Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
✅ Deploy Preview for nextflow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Adds Java 27 to the supported runtime range, following the same shape as #6969 (Java 26).
Changes
nextflowversion_checkaccepts27;version_message→ "up to 27"nextflow--enable-native-access/--sun-misc-unsafe-memory-access=allowbranch extended to^(24|25|26|27)nextflow^(21|22|23|24|25|26|27)launch.shdocs/install.mdx.github/workflows/build.yml[17, 25]→[17, 26]Verification
bash -npasses on bothnextflowandlaunch.sh17–27(including27.0.1) and still rejects16and28build.ymlparses as valid YAMLNotes
VERSIONis26.08.0-edgeand there is nodocs/migrations/26-10.mdx; theSupport [Java 27][install-requirements]line belongs there when that file is created.Draft until tested against a real JDK 27 runtime.
🤖 Generated with Claude Code