logzio / sawmill

Sawmill is a JSON transformation Java library
Apache License 2.0
116 stars 24 forks source link

Move GeoIpProcessor static initializer #206

Closed asafm closed 4 years ago

asafm commented 4 years ago

Move init of GeoIpProcessor from static class initializer to Factory …constructor since when it fails, it goes all the way up to the Classloader which swallows the exception and just throws NoClassDefFound