merlimat opened a new pull request #2192: Rename Netty native libs to reflect shading prefix URL: https://github.com/apache/incubator-pulsar/pull/2192 ### Motivation When using shaded artifacts, the Netty epoll and OpenSSL libraries are not being loaded correctly and it falls back to Java based implementations. The problem is that when the Java classes are shaded, Netty expects the native library also to be prefixed with the same name. Since there is no easy way to do the renaming in Maven itself, I've added here a bash script that gets executed before the install phase.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
