-
Notifications
You must be signed in to change notification settings - Fork 266
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
openJDK 11 end of life #2917
Comments
A few additional info: I've been using MS openJDK 21 as runtime envirionment for over a year now. |
Thanks for looking into it! @sstone should we update our documentation (and what else?) to use something else than openJDK11? What do you recommend? |
Most JDK 11 distributions will be supported until 2026 at least: Adoptium , Corretto,. ... But since eclair is built against Java 11 it will run on any Java runtime that is compatible with Java 11. For now that would be Java 11, 17 and 21 for which there are LTS versions. The link in our documentation is redirected to https://adoptium.net/ but we should probably update it to say JDK11 or newer instead of JDK11. |
according to this table scala 2.13.11 is comapatible with jdk up till 21. |
How about this: You still build with java 11 You declare java 11 as deprecated runtime You give people 1 year before you start to build with java 17 and declare java 11 obsolete |
With openJDK end of life about a month away when will eclair transition away from openJDK 11 as recomended runtime?
The text was updated successfully, but these errors were encountered: