netty5/handler/src
Norman Maurer ad1f0d46b3 Take the architecture into account when loading netty-tcnative
Motivation:

We should ensure we only try to load the netty-tcnative version that was compiled for the architecture we are using.

Modifications:

Include architecture into native lib name.

Result:

Only load native lib if the architecture is supported.
2017-11-01 08:52:09 +01:00
..
main/java/io/netty/handler Take the architecture into account when loading netty-tcnative 2017-11-01 08:52:09 +01:00
test Fixes a LoggingHandler#format method with two arguments 2017-10-24 06:56:54 +02:00