netty5/transport-native-epoll/src
Norman Maurer 6e866317d2
Ensure we can load the native library or fail the build (#11262)
Motivation:

We used assumeTrue(...) in some places before to detect if we could load the native library but this could lead to the sitation that we not notice if we break native loading.

Modifications:

Always fail if we cant load the native library

Result:

Ensure we not cause any regression in the native loading code in the future
2021-05-18 08:14:32 +02:00
..
main Use PlatformDependent#normalizedOs() instead of reading os.name prop (#11239) 2021-05-11 08:52:29 +02:00
test/java/io/netty/channel/epoll Ensure we can load the native library or fail the build (#11262) 2021-05-18 08:14:32 +02:00