pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

Supported Java Versions #171

Open pfirmstone opened 5 months ago

pfirmstone commented 5 months ago

Due to breaking changes in Java 23, it appears that we will only be able to support Java 8 through to Java 22, following Java 22, we will need to maintain an OpenJDK fork.

Not yet.

References:

https://bugs.java.com/bugdatabase/view_bug?bug_id=8296244 https://mail.openjdk.org/pipermail/security-dev/2024-March/038729.html

pfirmstone commented 5 months ago

This change doesn't affect us directly, however it's noted here to assist tracking breaking changes post Java 22.

https://bugs.openjdk.org/browse/JDK-8326691

pfirmstone commented 3 months ago

It seems this comment on the mailing list isn't reflected in the code, so we may be able to support Java 23, will need to test it.