-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Java 17 compatibility #12838
Comments
Some things we'll need to tackle:
|
Patch #12839 adds the relevant strong-encapsulation-related parameters to the command line when the Java version is >= 17, and updates the unit tests to run on Java 17 instead of 15. |
#12987 dodges the incompatibility between DataSketches Memory and JDK17. After speaking with the DataSketches team I learned it's safe to use the current version of DataSketches (and future 8+11 compatible versions) as long as we avoid allocations or memory maps using |
#12990 updated the docs to say that Java 17 is experimental. As of now I am not aware of anything that is broken on Java 17. I use it on my dev machine and we have it running in various production clusters. I'd like to be able to start recommending it fully soon. |
Java 17 is the current LTS release. We'd like to officially support this.
The text was updated successfully, but these errors were encountered: