netty5/transport
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
..
src Handle missing methods on ChannelHandlerMask (#9221) 2019-06-07 13:42:56 -07:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:02:00 +01:00