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
Since recent changes in java 21, InetAddress is declared a sealed class. Thus, mocking of InetAddress is no longer possible. As a result, some unit tests can't be compiled
The text was updated successfully, but these errors were encountered:
Since recent changes in java 21, InetAddress is declared a sealed class. Thus, mocking of InetAddress is no longer possible. As a result, some unit tests can't be compiled
The text was updated successfully, but these errors were encountered: