netty5/transport/src
Carl Mastrangelo c27fbb5ff2 Handle missing methods on ChannelHandlerMask (#9221)
Motivation:

When Netty is run through ProGuard, seemingly unused methods are removed.  This breaks reflection, making the Handler skipping throw a reflective error.

Modification:

If a method is seemingly absent, just disable the optimization.

Result:

Dealing with ProGuard sucks infinitesimally less.
2019-06-07 13:42:56 -07:00
..
main Handle missing methods on ChannelHandlerMask (#9221) 2019-06-07 13:42:56 -07:00
test/java/io/netty Ensure channel handler close() is not skipped in !hasDisconnect case (#9098) 2019-04-28 10:47:25 +02:00