[JDK] Upgrade to latest LTS version
lcacciagioni opened this issue · 1 comments
Problem or use case
Given all the improvements in the latest LTS version in regards to several topics it might be advisable to keep up with the latest LTS version (17 at the moment). This will also make easier the transition to the next LTS version (21 which will be GA as of September 2023) and quite probably improve several things like Performance (ZGC and Numa support are way better in version 17) and Features (More Info)
Preferred solution or suggestions
It will be ideal to upgrade to version 17 and use as base one JDK implementation for building from the most popular as of today:
- Amazon Corretto
- Temurin by Adoptium (Formerly AdoptOpenJDK)
- Or the normal OpenJDK
Hey @lcacciagioni ,
Our current policy is to support SDK version 11. Of course you can compile it with a more recent version and/or make changes with the new semantic sugar they offer in an own fork.
Best Regards,
Daniel