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 java version and some refactoring #7

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

niekschoemaker
Copy link

Changes have been tested, can't speak for every situation though.

Ie. the multithreading, LuckPerms requires it, but I'm not sure if other plugins support it.

Same goes for update to java 17, paper runs on java 21 as of version 1.20.6, and on 17 since at least 1.18.2, so updating to java 17 should be fine.

And update of ebean also required this.

Probably should go together with upping the version van 7 to 8 since this might break plugins depending on this as the class version gets upped quite a bit.

Also added caching for getPermissionsAsMap since it's unmodifiable
This blocks the usage of the sync version of save on the main thread, avoiding accidental usage and lag spikes
This is not necessary as it's a copy on write array
Some casts were unecessary since this is bukkit only code
Implementation like LuckPerms block running this on main thread
Saves one hash table lookup
Used by storageContext to check for primary thread
Same hashCode and equals as bukkit uses internally
@jorisguffens
Copy link
Member

@niekschoemaker I really appreciate the effort. Can we perhaps discuss these changes through Discord? You can find me in the GufliMC server https://discord.com/invite/UFEcurxWsV

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

Successfully merging this pull request may close these issues.

2 participants