netty5/handler
Norman Maurer 1ee2930515 Only load native transport if running architecture match the compiled library architecture.
Motivation:

We should only try to load the native artifacts if the architecture we are currently running on is the same as the one the native libraries were compiled for.

Modifications:

Include architecture in native lib name and append the current arch when trying to load these. This will fail then if its not the same as the arch of the compiled arch.

Result:

Fixes [#7150].
2017-09-04 14:12:16 +02:00
..
src Only load native transport if running architecture match the compiled library architecture. 2017-09-04 14:12:16 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-08-24 12:47:31 +00:00