Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Java 18 will be released in March 2022. It is not an LTS release and will be obsoleted at the release of Java 19 in September 2022.

Status:

Page last updated: 2021-11-15, EA 22.

Schedule:

  • 2021-12-09 Rampdown Phase One

  • 2022-01-20 Rampdown Phase Two

  • 2022-02-10 Initial Release Candidate

  • 2022-02-24 Final Release Candidate

  • 2022-03-22 General Availability

Resources:

Selected Changes Targeted to Java 18

  • JEP 400: UTF-8 by Default

  • JEP 408: Simple Web Server

  • JEP 413: Code Snippets in Java API Documentation

  • JDK-8256425: Obsolete Biased Locking

  • JDK-8275145: file.encoding system property has an incorrect value on Windows

    • “The initialization of file.encoding system property on non macOS platforms has been reverted to align with the behavior on/before JDK 11. This has been an issue especially on Windows where the system and user's locales are not the same.“

    • Implication: this issue is present in Java 17.

Proposed to Target Java 18

Other Notes

  • JEP 411 (Deprecate the Security Manager for Removal, implemented in Java 17) notes that:

    • "In Java 18, we will prevent a Java application or library from dynamically installing a Security Manager unless the end user has explicitly opted to allow it."

    • "In Java 18 and later, we will degrade other Security Manager APIs so that they remain in place but with limited or no functionality."

  • No labels