You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
The plugin dependencies are not relocated properly. I am currently running into issues where my plugin is trying to load my own shaded dependencies as it throws Linkage errors.
Spigot version
1.18.2 - 1.19.x
Plugin version
2.9.0 (also happens in 2.8.0)
How to reproduce
Create a plugin that uses spigot's library downloader with Lettuce version 6.1.8-RELEASE and reference a lettuce (redis lib) class. Now create another plugin that depends on that plugin and try to access their APIs. You will a similar error as this:
Describe the issue
The plugin dependencies are not relocated properly. I am currently running into issues where my plugin is trying to load my own shaded dependencies as it throws Linkage errors.
Spigot version
1.18.2 - 1.19.x
Plugin version
2.9.0 (also happens in 2.8.0)
How to reproduce
Create a plugin that uses spigot's library downloader with Lettuce version
6.1.8-RELEASE
and reference a lettuce (redis lib) class. Now create another plugin that depends on that plugin and try to access their APIs. You will a similar error as this:This is quite an issue as I've upgraded to the latest lettuce version and I am now experiencing these issues. 😅
Crash reports (if available)
A plausible solution to this is to relocate the dependencies.
The text was updated successfully, but these errors were encountered: