netty5/common/src
Aron Wieck da86b85a28 Make NativeLibraryLoader check java.library.path first
Motivation:

On restricted systems (e.g. grsecurity), it might not be possible to write a .so on disk and load it afterwards. On those system Netty should check java.library.path for libraries to load.

Modifications:

Changed NativeLibraryLoader.java to first try to load libs from java.library.path before exporting the .so to disk.

Result:

Libraries load fine on restricted systems.
2017-08-16 14:27:50 -07:00
..
main Make NativeLibraryLoader check java.library.path first 2017-08-16 14:27:50 -07:00
test Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00