Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/src/main/markdown/currentreleasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

### New features

*
* Support for Java 25 has been added.

@cpottsbd cpottsbd Sep 9, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we specify OpenJDK 64-bit here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the JEP 503, 32-bit support has been removed entirely in Java 25, and no Java 25 builds are expected for 32-bit architectures. Given that Java 25 is effectively 64-bit only, would it be reasonable to assume that "Java 25" already implies the 64-bit version? If so, do we need to explicitly document "OpenJDK 64-bit," or would that be redundant?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could just add "OpenJDK" to avoid the redundancy potential


### Changed features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## General requirements

* Minimum 8GB RAM.
* Java: OpenJDK 64-bit version 11, 13, 14, 15, 16, 17, or 21.
* Java: OpenJDK 64-bit version 11, 13, 14, 15, 16, 17, 21, or 25.
* Minimum curl version 7.34.0, recommended 8.4.0 or later.
* Bash.
* If using [powershell_script_name]: PowerShell versions 4.0 or higher.
Expand Down