-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
When trying to use Hibernate ORM in a plugin I ran into a java.lang.SecurityException. I have found out that this is caused by a global package seal in the Spigot.jar, specifically the line "sealed: true" in MANIFEST.MF.
The global seal should not be necessary as there are seals for all bukkit packages.
I have found an old ticket at bukkit.atlassian.net that describes the same problem, but (from what I have seen) it has simply been ignored.