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

Paper to require java 11 with 1.17 release (currently shows warning) #676

Closed
gerome1812 opened this issue Dec 4, 2020 · 6 comments
Closed

Comments

@gerome1812
Copy link

On using java 8, paper prints this message telling you you need to install java 11 for paper to work 1.17.

@itzg
Copy link
Owner

itzg commented Dec 4, 2020

Very interesting. For now, you can change your image to the tagged one itzg/minecraft-server:adopt11; however, it sounds like I'll need to consider making that the mainline/latest since Forge is the only remaining reason I default to Java 8.

@gerome1812
Copy link
Author

gerome1812 commented Dec 4, 2020

I wasn't very clear in my first comment, but they made a post here with more details: papermc.io/java11. It actually is not an issue at all until 1.17 (probably sumer 2021), but they are just pringing this huge warning for now.

@gerome1812 gerome1812 changed the title PaperSpigot Gives error if not java 11 Paper to require java 11 with 1.17 release (currently shows warning) Dec 4, 2020
@xorinzor
Copy link

xorinzor commented Feb 5, 2021

I'm actually running into the issue while setting up a server too. Where plugins actually fail to load because they've been compiled with a higher version then is used in the docker container.

Can confirm that using itzg/minecraft-server:adopt11 fixed this issue for me.

@Davie3
Copy link

Davie3 commented Feb 6, 2021

The adopt11 image tag work great in the meantime. The arm images will also need to be updated to java 11: itzg/minecraft-server:armv7 and itzg/minecraft-server:arm64.

@itzg
Copy link
Owner

itzg commented Feb 6, 2021

Yep, please use itzg/minecraft-server:adopt11 in the meantime; however, I'm very soon going to switch master/latest to Java 11 and have already introduced a java8 tag. I will also be bumping multiarch (where ARM is now supported) to Java 11.

@itzg
Copy link
Owner

itzg commented Feb 6, 2021

As of this revision 96aa105 the master-branch/latest-tag and multiarch is now based on Java 11.

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

No branches or pull requests

4 participants