I'm preparing to the migration of a Spring Boot service to Spring Boot 3 (I'm trying version 3.0.0-RC1
) and unfortunately I'm facing the lack of SocketUtils
that has been removed.
This means that some libraries that I'm using for testing (e.g. WireMock) don't work. I'm following Introduce TestSocketUtils as a replacement for SocketUtils #28210 hoping it will resume some tests that currently fail to load.
Do you know some workarounds or other tools I can use in the meanwhile to test the service at the API layer?