netty5/transport-native-unix-common
Norman Maurer a63faa4fa1
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:36:07 +01:00
..
src Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:36:07 +01:00
Makefile Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:36:07 +01:00
pom.xml Use netty-jni-util and so remove a lot of duplication (#10735) 2020-10-29 16:36:07 +01:00