339d5f1565
Motivation: unix common tools native C modules were not loaded in netty_io_uring_native.c ``` Caused by: java.lang.UnsatisfiedLinkError: io.netty.channel.unix.LimitsStaticallyReferencedJniMethods.udsSunPathSize()I at io.netty.channel.unix.LimitsStaticallyReferencedJniMethods.udsSunPathSize(Native Method) at io.netty.channel.unix.Socket.<clinit>(Socket.java:49) at io.netty.channel.uring.IOUringServerSocketChannel.<init>(IOUringServerSocketChannel.java:29) ... 11 more ``` Modification: Added unix common tools native in netty_io_uring_native.c and small cleanup Result: fix UnsatisfiedLinkError exception |
||
---|---|---|
.. | ||
src | ||
pom.xml |