spring-boot/spring-boot-tools
Andy Wilkinson a1e0f2f5f0 Update launch script to wait for pid to be written to pid file
Previously, the launch script would wait for the pid file to exist
before continuing. This didn’t work 100% of the time as it left a 
window where the file had been created but the PID had not been written
to it that could result in an incorrect report of the app failing to
start.

This commit updates the script to wait for the file to have a size
greater than zero before continuing. This ensures that the pid has
been written to the file before the pid is read from the file and used
to check that the process is running.

Closes gh-4923
2016-01-13 13:28:14 +00:00
..
spring-boot-antlib Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-metadata Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-configuration-processor Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-gradle-plugin Next Development Version 2015-12-18 05:43:02 -08:00
spring-boot-loader Allow ExitCodeGenerator to be used on Exceptions 2016-01-13 12:31:37 +00:00
spring-boot-loader-tools Update launch script to wait for pid to be written to pid file 2016-01-13 13:28:14 +00:00
spring-boot-maven-plugin Next Development Version 2015-12-18 05:43:02 -08:00
pom.xml Next Development Version 2015-12-18 05:43:02 -08:00