netty5/transport
Norman Maurer f3657702e0 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:50 +01:00
..
src Initialization of PlatformDependent0 fails on Java 9 2017-02-14 10:15:50 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:56:36 +01:00