-
Notifications
You must be signed in to change notification settings - Fork 108
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
Prevent shading of commons-lang3 #798
Conversation
commons-lang3 is always provided at runtime, don't shade it to prevent incompatibilities. Closes ValkyrienSkies#617, ValkyrienSkies#616
A bit late since i kinda wanted to include this fix in #800 but it seems thats not happening soon so merging it!! |
And ofc thanks for ur contribution |
is this likely to be released soon? it causes crashes when alongside a lot of mods |
@NthPortal A proper full release isn't going to happen for a long time, since VS2 is still mid vs-api update. You could try merging this into the backport branch though |
@PriestOfFerns what backport branch? |
Can't a VS maintainer make a release themselves? Why do fixes like this have to be blocked by an API update? |
Anyone is welcome to compile this fix into the beta.5 or beta.5 with fixes tag. |
I didn't found anything regarding contribution guidelines so I hope this is fine 😄
commons-lang3 is always provided at runtime,
don't shade it to prevent incompatibilities.
Closes #617, #616