netty5/common
Scott Mitchell 92896bd7bd PlatformDependent static initialization ExceptionInInitializerError
Motivation:
PlatformDependent allows some exceptions to escape during static initialization. If an exception escapes it will be translated into a java.lang.ExceptionInInitializerError and render the application unable to run.

Modifications:
- Make sure to catch Throwable during static initialization.

Result:
PlatformDependent static initialization doesn't result in java.lang.ExceptionInInitializerError.
2016-01-20 06:04:32 -08:00
..
src PlatformDependent static initialization ExceptionInInitializerError 2016-01-20 06:04:32 -08:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00