netty5/codec-http2/src
Norman Maurer 5c572f0f63 Ensure the tests complete on java7 and java9 as well.
Motivation:

379ac890f4 introduced the usage of the inline mock maker. This unfortunally not work on java7 and java9.

Modifications:

Just use reflection to create the event for now.

Result:

Netty tests pass again on java7 and java9 as well.
2017-09-04 20:20:04 +02:00
..
main/java/io/netty/handler/codec/http2 Fix reference count issue when using Http2FrameCodec / Http2MultiplexCodec with HttpServerUpgradeHandler 2017-09-04 13:30:18 +02:00
test Ensure the tests complete on java7 and java9 as well. 2017-09-04 20:20:04 +02:00