netty5/transport-native-kqueue
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
..
src Ensure we can load the native library or fail the build (#11262) 2021-05-18 08:14:32 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-05-17 07:04:14 +00:00