-
Notifications
You must be signed in to change notification settings - Fork 82
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
Upgrade to Java 11 #542
Comments
I made an initial attempt here: https://github.com/perNyfelt/renjin/tree/java11 I did NOT do any modularization but tried to stay as close to the current implementation as possible. As a result, not many files needed to change. Good things: it compiles and all tests pass. Maybe problematic things:
So at least there is a buildable branch based on java 11. Comments and/or suggestions would be most welcome! |
This is great, Per! |
Premier support of Java 8 ends in March 2022
Non-LTS Java 9 and Java 10 aren't supported since 2018 and the next LTS release is 11 which has Premier support until September 2023. More and more OS libraries are starting to require java 11 so I think it makes sense for us to move there as soon as possible as well.
The text was updated successfully, but these errors were encountered: