d285623925
Motivation: Users' runtime systems may have incompatible dynamic libraries to the ones our tcnative wrappers link to. Unfortunately, we cannot determine and catch these scenarios (in which the JVM crashes) but we can make a more educated guess on what library to load and try to find one that works better before crashing. Modifications: 1) Build dynamically linked openSSL builds for more OSs (netty-tcnative) 2) Load native linux libraries with matching classifier (first) Result: More developers / users can use the dynamically-linked native libraries. |
||
---|---|---|
.. | ||
src | ||
pom.xml |