-
- Downloads
Remove use of SocketUtils
To support Spring Boot 3.0 the local deployer needs the ability to find an open port. This is because SocketUtils was removed from the Spring Framework. Resolves #213
Showing
- spring-cloud-deployer-local/src/main/java/org/springframework/cloud/deployer/spi/local/AbstractLocalDeployerSupport.java 2 additions, 3 deletions...loud/deployer/spi/local/AbstractLocalDeployerSupport.java
- spring-cloud-deployer-local/src/main/java/org/springframework/cloud/deployer/spi/local/DeployerSocketUtils.java 194 additions, 0 deletions...amework/cloud/deployer/spi/local/DeployerSocketUtils.java
- spring-cloud-deployer-local/src/test/java/org/springframework/cloud/deployer/spi/local/DeployerSocketUtilsTests.java 85 additions, 0 deletions...rk/cloud/deployer/spi/local/DeployerSocketUtilsTests.java
- spring-cloud-deployer-local/src/test/java/org/springframework/cloud/deployer/spi/local/LocalTaskLauncherIntegrationTests.java 2 additions, 3 deletions...deployer/spi/local/LocalTaskLauncherIntegrationTests.java
Loading
Please register or sign in to comment