spring-boot/spring-boot-tools
Andy Wilkinson c39a55a270 Fix quoting of start-stop-daemon RUN_ARGS and JAVA_OPTS in launch script
81a4763 introduced a regression when multiple RUN_ARGS or JAVA_OPTS were
configured. Rather than the JVM being launched with multiple arguments
all of the RUN_ARGS or JAVA_OPTS were passed as a single argument. This
caused unexpected behaviour and typically caused the application to fail
to start.

This commit updates the quoting of the arguments the are supplied when
launching the app using start-stop-daemon so that space-separated
entries in RUN_ARGS and JAVA_OPTS remain separate.

Closes gh-4866
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 Fix quoting of start-stop-daemon RUN_ARGS and JAVA_OPTS in launch script 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