spring-boot/spring-boot-integration-tests
Andy Wilkinson 5dea4c5a03 Wait for server port to be written in a more robust manner
Previously, we just waited for the file to exist before trying to read
the port from it. This left a window where the file existed but its
contents had not be written which could result in a
NumberFormatException.

This commit now waits for the file to have a length that is greater
than zero.

See gh-7379
2016-11-17 20:41:25 +00:00
..
spring-boot-devtools-tests Wait for server port to be written in a more robust manner 2016-11-17 20:41:25 +00:00
spring-boot-gradle-tests Next Development Version 2016-11-08 16:55:37 +00:00
spring-boot-launch-script-tests Next Development Version 2016-11-08 16:55:37 +00:00
spring-boot-security-tests Next Development Version 2016-11-08 16:55:37 +00:00
src/it Fix eclipse errors and warnings 2015-02-24 12:44:19 -08:00
pom.xml Fix remote DevTools' support for adding and removing classes 2016-11-17 19:19:54 +00:00