PaperMC/paper-api/src
Bukkit/Spigot fb2cf30fbe Deprecate methods in JavaPluginLoader and PluginClassLoader
These methods are unnecessarily exposed. They are specific to a type of
implementation for the class loaders, and should have no external use.
Because these methods are exposed, it limits the versatility to change
how the internal class loading system works, including an inherent class
loader leak for some situations.

They are now replaced with internal, package-private methods. The public
facing methods will print a stack trace the first time one is activated.

Extending the classes also produces a stack trace, to indicate that
extension is not actively supported.

By: Wesley Wolfe <weswolf@aol.com>
2012-12-18 00:15:40 -06:00
..
main/java/org/bukkit Deprecate methods in JavaPluginLoader and PluginClassLoader 2012-12-18 00:15:40 -06:00
site Add more menus to site.xml 2011-11-10 08:03:00 +00:00
test/java/org/bukkit Add ItemMeta factory and interfaces. This adds BUKKIT-15 2012-12-17 01:16:28 -06:00