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
Describe the feature request
mockerserver 5.15 is depending on io.netty 4.1.89.Final, which is using sun.security.x509.. However sun.security.x509. became unsupported JDK internal APIs after jdk1.8.
What you are trying to do
We are trying to migrate our application to JDK17.
The solution you'd like
Depend on latest io.netty to avoid calling sun.security.x509.*.
The text was updated successfully, but these errors were encountered:
Describe the feature request
mockerserver 5.15 is depending on io.netty 4.1.89.Final, which is using sun.security.x509.. However sun.security.x509. became unsupported JDK internal APIs after jdk1.8.
What you are trying to do
We are trying to migrate our application to JDK17.
The solution you'd like
Depend on latest io.netty to avoid calling sun.security.x509.*.
The text was updated successfully, but these errors were encountered: