netty5/transport
Norman Maurer 90bc605477 Initialization of PlatformDependent0 fails on Java 9
Motivation:

Initialization of PlatformDependent0 fails on Java 9 in static initializer when calling setAccessible(true).

Modifications:

Add RefelectionUtil which can be used to safely try if setAccessible(true) can be used or not and if not fail back to non reflection.

Result:

Fixed [#6345]
2017-02-14 10:15:27 +01:00
..
src Initialization of PlatformDependent0 fails on Java 9 2017-02-14 10:15:27 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00