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

openJDK 11 end of life #2917

Open
DerEwige opened this issue Sep 27, 2024 · 5 comments
Open

openJDK 11 end of life #2917

DerEwige opened this issue Sep 27, 2024 · 5 comments

Comments

@DerEwige
Copy link
Contributor

With openJDK end of life about a month away when will eclair transition away from openJDK 11 as recomended runtime?

@DerEwige
Copy link
Contributor Author

DerEwige commented Oct 4, 2024

A few additional info:

I've been using MS openJDK 21 as runtime envirionment for over a year now.
So eclair runs perfectly fine on never versions of JVM

@t-bast
Copy link
Member

t-bast commented Oct 7, 2024

Thanks for looking into it! @sstone should we update our documentation (and what else?) to use something else than openJDK11? What do you recommend?

@sstone
Copy link
Member

sstone commented Oct 10, 2024

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.

@DerEwige
Copy link
Contributor Author

according to this table scala 2.13.11 is comapatible with jdk up till 21.
https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html

@DerEwige
Copy link
Contributor Author

How about this:

You still build with java 11
You run the tests with java 17

You declare java 11 as deprecated runtime
Aou anounce java 17 as recommended runtime

You give people 1 year before you start to build with java 17 and declare java 11 obsolete

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

No branches or pull requests

3 participants