netty5/handler/src
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
..
main/java/io/netty/handler Throw if SSLParameters contains settings that are not supported by ReferenceCountedOpenSslEngine 2017-02-23 20:00:40 +01:00
test Fix test-failures introduced 325cc84a2e on Java7 2017-02-24 10:36:30 +01:00