netty5/handler
Norman Maurer 22ccf6c7b1 Fix test-failures introduced 325cc84a2e on Java7
Motivation:

325cc84a2e introduced new tests which uses classes only provided by Java8+. We need to ensure we only try to load classes needed for these when we run the tests on Java8+ so we still can run the testsuite with Java7.

Modifications:

Add extra class which only gets loaded when Java8+ is used and move code there.

Result:

No more class-loader issue when running tests with Java7.
2017-02-24 10:36:30 +01:00
..
src Fix test-failures introduced 325cc84a2e on Java7 2017-02-24 10:36:30 +01:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00