On Thu, 19 Sep 2024 07:40:43 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> Windows Server 2025 will be releases in a few months. > The OS detection code of the JVM/JDK should recognize the new Windows server > 2025 version. > (currently Windows server 2022 is printed , that is wrong) > > The build numbers of some recent previews documented here > https://learn.microsoft.com/en-us/windows-server/get-started/whats-new-windows-server-2025 > are 26080 and 26085 (final release version will most likely be a bit higher). This pull request has now been integrated. Changeset: 34cddfbe Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/34cddfbedd20d5804cab8044fbc402564e98eb9c Stats: 11 lines in 2 files changed: 8 ins; 0 del; 3 mod 8340387: Update OS detection code to recognize Windows Server 2025 Reviewed-by: mdoerr, jwaters, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/21082