netty5/transport/src/main
Carl Mastrangelo 67ad79d080 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:39:47 -07:00
..
java/io/netty Handle missing methods on ChannelHandlerMask (#9221) 2019-06-07 13:39:47 -07:00
resources/META-INF/native-image/io.netty/transport Add SVM metadata and minimal substitutions to build graalvm native image applications. (#8963) 2019-04-29 08:39:42 +02:00