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

Add Java Version 16 to support upcoming releases #6

Closed
UNOPARATOR opened this issue May 25, 2021 · 3 comments
Closed

Add Java Version 16 to support upcoming releases #6

UNOPARATOR opened this issue May 25, 2021 · 3 comments

Comments

@UNOPARATOR
Copy link

UNOPARATOR commented May 25, 2021

I'm running a local papermc server and this warning started to show up lately:


  • WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
  • PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
  • JAVA WHEN MINECRAFT 1.17 IS RELEASED.
  • Please update the version of Java you use to run Paper
  • to at least Java 16. When Paper for Minecraft 1.17 is
  • released support for versions of Java before 16 will
  • be dropped.
  • Current Java version: 11.0.10
  • Check this forum post for more information:
  • https://papermc.io/java16

If you would add Java version 16 to list of options, it would be great.

Which would also require changing the available environment variables from

-e JAVA_VERSION=<8|11>

to

-e JAVA_VERSION=<8|11|16>

amongst other things of course.

@binhex
Copy link
Owner

binhex commented May 27, 2021

ok cool, i am awaiting an upstream version bump before this can happen, but it shouldn't be too much work, fyi here is the link:- https://archlinux.org/packages/extra/x86_64/jdk-openjdk/

@binhex
Copy link
Owner

binhex commented Jun 4, 2021

added java 16, had to go with AUR package for now as AOR has not been updated, image is currently building.

@UNOPARATOR
Copy link
Author

Thanks for the update, the new image is working fine with the JAVA_VERSION=16 settings.

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

2 participants