Netflix / governator

Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
Apache License 2.0
825 stars 180 forks source link

Ignore NoClassDefFoundException during governator classpath scanning #370

Closed elandau closed 7 years ago

elandau commented 7 years ago

Ignore NoClassDefFoundError during class path scanning. Real issues with missing jars will be reported when Guice actually provisions an object.