netty5/transport-native-epoll
Norman Maurer 475f20aa0f Use netty-jni-util and so remove a lot of duplication (#10735)
Motivation:

We had a lot of duplication in our jni code which was mostly due macros but also related to how we support shading. By using netty-jni-util we can share all the code between netty and netty-tcnative ( and possible other jni based netty projects in the future).

Modifications:

- Use netty-jni-util and re-use its macros / functions
- Remove duplicated code
- Adjust build files

Result:

Less code duplication for JNI
2020-10-29 16:46:33 +01:00
..
src Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:46:33 +01:00
pom.xml Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:46:33 +01:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.