netty5/handler
Norman Maurer fbf0e5f4dd Prefer JDK ThreadLocalRandom implementation over ours.
Motivation:

We have our own ThreadLocalRandom implementation to support older JDKs . That said we should prefer the JDK provided when running on JDK >= 7

Modification:

Using ThreadLocalRandom implementation of the JDK when possible.

Result:

Make use of JDK implementations when possible.
2017-02-16 15:44:00 -08:00
..
src Prefer JDK ThreadLocalRandom implementation over ours. 2017-02-16 15:44:00 -08:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00