Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use and require Java 24 #23498

Open
8 tasks
wendigo opened this issue Sep 19, 2024 · 1 comment · May be fixed by #23501
Open
8 tasks

Use and require Java 24 #23498

wendigo opened this issue Sep 19, 2024 · 1 comment · May be fixed by #23501
Assignees

Comments

@wendigo
Copy link
Contributor

wendigo commented Sep 19, 2024

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:

  • No new features are targeting JDK 24 yet

Proposed schedule for JDK 24 release is:

  • 2024/12 - 2025/02 | Public Review
  • 2025/03 | Final Release

The plan is to test and ensure runtime and compile JDK 24 compatibility before GA.

Implementation

Following steps are roughly in order:

  • CI build with Java 24 EA in parallel to Java 23
  • Blog post about plan to adopt Java 24, @mosabua
  • Update dependencies as required to support Java 24, @wendigo
  • Update JVM in docker container to Java 24, @wendigo
  • Wait for official release of Java 24 and Eclipse Temurin binaries (if necessary in terms of timing)
  • Ship a release with the updated container image
  • Update build, docs, and runtime to require Java 24
  • Ship a release with new requirement, announce and update blog post
@wendigo wendigo self-assigned this Sep 19, 2024
@wendigo
Copy link
Contributor Author

wendigo commented Sep 19, 2024

Started testing JDK 24-ea here: #23501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant