RepreZen / KaiZen-OpenApi-Parser

High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x
130 stars 31 forks source link

disable custom classloader of guice #135

Closed maybeec closed 6 years ago

maybeec commented 6 years ago

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.

maybeec commented 6 years ago

closing as of strange commit history...