netty5/common
Trask Stalnaker 58e74e9fee Support running Netty in bootstrap class loader
Motivation:

Fix NullPointerExceptions that occur when running netty-tcnative inside the bootstrap class loader.

Modifications:

- Replace loader.getResource(...) with ClassLoader.getSystemResource(...) when loader is null.
- Replace loader.loadClass(...) with Class.forName(..., false, loader) which works when loader is both null and non-null.

Result:

Support running native libs in bootstrap class loader
2017-10-29 13:13:19 +01:00
..
src Support running Netty in bootstrap class loader 2017-10-29 13:13:19 +01:00
pom.xml Upgrade dependencies to versions which use ASM 6.0.0+ 2017-10-07 12:45:25 +02:00