-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Add support for Java 16 #24402
Comments
Ah ah, @dreis2211 this is too funny. We've discussed that very topic on the team meeting yesterday :) Sure, that sounds great and thanks a lot for your efforts! |
I'd like to see us use Gradle's toolchain support so that we don't have to wait for their Java 16 support. We can run Gradle itself on Java 8 and compile and test with Java 16. This'll require our Java 16 CI image to contain JDK 8 and JDK 16. |
I talked with @snicoll earlier. I'll see what I can come up with. My current plan is to essentially replace & adjust the functionality that I once introduced for a custom |
With the pipeline in place I think we're good with this one. Thanks again @dreis2211! |
I've moved this one out of 2.4.4 as I think it's been superseded by some other issues and PRs:
The last one will make the support "official" as it'll update the documentation. |
Hi,
I want to raise this issue to collect/track the needed things in order for JDK 16 to work.
Related/Required issues:
I would volunteer do this again for JDK 16 after working on JDK 14 & JDK 15 in the past. I would start - probably tomorrow - with fixing the first two points on this list. The pipeline task requires Gradle support for JDK 16, so this would need to wait a bit.
Let me know what you think.
Cheers,
Christoph
The text was updated successfully, but these errors were encountered: