67ad79d080
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. |
||
---|---|---|
.. | ||
java/io/netty | ||
resources/META-INF/native-image/io.netty/transport |