You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java 24 is a STS Java release and scheduled to ship in March 2025. Adoption timing in Trino will depend on testing results and feedback, as well as the time for implementation and collaboration with Trino community members.
Specifically, for Java 24, these are some features that we want to be able to leverage:
Performance improvements to MemorySegment (mismatch, copy, fill)
JEP 475: Late Barrier Expansion for G1
Proposed schedule for JDK 24 release is:
2024/12/05 Rampdown Phase One (branch from main line)
2025/01/16 Rampdown Phase Two
2025/02/06 Initial Release Candidate
2025/02/20 Final Release Candidate
2025/03/18 General Availability
The plan is to test and ensure runtime and compile JDK 24 compatibility before GA.
This issues aims to detail and track the progress towards adopting Java 24 as build and runtime requirement for Trino.
Background and motivation
Trino completely adopted Java 23 as of Trino 45x. See https://trino.io/blog/2024/09/17/java-23 and https://trino.io/docs/current/release/release-45x.html. Java 24 is an STS release of Java.
Java 24 is a STS Java release and scheduled to ship in March 2025. Adoption timing in Trino will depend on testing results and feedback, as well as the time for implementation and collaboration with Trino community members.
Specifically, for Java 24, these are some features that we want to be able to leverage:
Proposed schedule for JDK 24 release is:
The plan is to test and ensure runtime and compile JDK 24 compatibility before GA.
Implementation
Following steps are roughly in order:
The text was updated successfully, but these errors were encountered: