PlayGrid / playgrid-bukkit

PlayGrid Bukkit Plugin
1 stars 1 forks source link

Eliminate HK2 ServiceLocatorGenerator warning #5

Open datajockey opened 10 years ago

datajockey commented 10 years ago

The following line shows up in the server startup log. [WARN]: Cannot find a default implementation of the HK2 ServiceLocatorGenerator

This was introduced with aggressive dependency "shading" to reduce the size of the plugin for distribution via Bukkit.

The warning seems to have not effect, other than generating bug reports. Either the shading needs to be fixed or the warning should be suppressed.