You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
those native/* libs are causing trouble when mixing netty versions.
What you are trying to do
I'm trying to move from using the mockserver-netty dependency to the mockserver-netty-no-dependencies artifact, so that I can upgrade libraries (eg: json-unit to 3.0.0) without causing trouble to mockserver itself.
MockServer version
5.15.0
To Reproduce
use a newer netty-tcnative version together with mockserver-netty-no-dependencies.
Running as JUnit with manual instantiation
Expected behaviour
I would expect netty-tcnative not to be included in the shaded jar, nor any other native lib, as those cannot be shaded properly the same as other JARs (not sure if there are different techniques to relocate such resources...).
netty is a very common dependency, and it will be a common case unfortunately.
The text was updated successfully, but these errors were encountered:
Describe the issue
The issue is that netty-tcnative can not be effectively shaded, but it's being included in the shaded jar.
those
native/*
libs are causing trouble when mixing netty versions.What you are trying to do
I'm trying to move from using the
mockserver-netty
dependency to themockserver-netty-no-dependencies
artifact, so that I can upgrade libraries (eg: json-unit to 3.0.0) without causing trouble to mockserver itself.MockServer version
5.15.0
To Reproduce
use a newer netty-tcnative version together with mockserver-netty-no-dependencies.
Expected behaviour
I would expect netty-tcnative not to be included in the shaded jar, nor any other native lib, as those cannot be shaded properly the same as other JARs (not sure if there are different techniques to relocate such resources...).
netty is a very common dependency, and it will be a common case unfortunately.
The text was updated successfully, but these errors were encountered: