It seems, that disabling the custom classloader of guice resolves some of the performance issues reported in #66.
You may want to check, whether you need this custom class loader for anything you intended to use. Otherwise, it might be a good option to skip it for DI initialization.
It seems, that disabling the custom classloader of guice resolves some of the performance issues reported in #66. You may want to check, whether you need this custom class loader for anything you intended to use. Otherwise, it might be a good option to skip it for DI initialization.