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

Update JDK used for builds #606

Closed
nipafx opened this issue Mar 10, 2022 · 2 comments · Fixed by #608
Closed

Update JDK used for builds #606

nipafx opened this issue Mar 10, 2022 · 2 comments · Fixed by #608

Comments

@nipafx
Copy link
Member

nipafx commented Mar 10, 2022

We currently build with JDK 8. This turned out to be a problem in #565 because that compiler version creates unsuppressible deprecation warnings, which that PR turns into errors - hence the build fails.

Building on JDK 11 should be straightforward. Right? 🧐

@nipafx nipafx changed the title Update build JDK Update JDK used for builds Mar 10, 2022
@Marcono1234
Copy link
Contributor

Possibly related to #567 (depending on how far you want to go for solving this issue here)

@Michael1993
Copy link
Member

Building on JDK 11, sure. It can be done in like 15 minutes. But I think we shouldn't stop there - let's update the whole codebase to Java 11!

Michael1993 added a commit that referenced this issue Mar 17, 2022
Updates the build to use JDK 11.

Closes: #606 
PR: #608
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants