netty5/common/src
Norman Maurer 0fffc844d6 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 13:34:55 +02:00
..
main Only load native transport if running architecture match the compiled library architecture. 2017-09-04 13:34:55 +02:00
test Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00