spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Add TestSocketUtils to spring-test

Open onobc opened this issue 3 years ago • 0 comments

This PR introduces TestSocketUtils as a replacement for the deprecated SocketUtils. It was borrowed from https://github.com/spring-projects/spring-framework/blob/main/spring-core/src/testFixtures/java/org/springframework/core/testfixture/net/TestSocketUtils.java.

Fixes #28210

onobc avatar Sep 11 '22 04:09 onobc