netty5/transport-native-kqueue/src/main
Norman Maurer e88e56818b We need to use NewGloblRef when caching jclass instances (#9595)
Motivation:

It is not safe to cache a jclass without obtaining a global reference via NewGlobalRef.

Modifications:

Correctly use NewGlobalRef(...) before caching

Result:

Correctly cache jclass instance
2019-09-23 14:00:50 +02:00
..
c We need to use NewGloblRef when caching jclass instances (#9595) 2019-09-23 14:00:50 +02:00
java/io/netty/channel/kqueue Allow domain sockets to configure SO_SNDBUF and SO_RCVBUF (#9584) 2019-09-20 22:33:45 +02:00