netty5/transport/src/main
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
..
java/io/netty Handle missing methods on ChannelHandlerMask (#9221) 2019-06-07 13:42:56 -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 09:12:09 +02:00