You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
spring-boot-antlib Next Development Version 9 years ago
spring-boot-configuration-metadata Next Development Version 9 years ago
spring-boot-configuration-processor Next Development Version 9 years ago
spring-boot-gradle-plugin Next Development Version 9 years ago
spring-boot-loader Allow ExitCodeGenerator to be used on Exceptions 9 years ago
spring-boot-loader-tools Fix quoting of start-stop-daemon RUN_ARGS and JAVA_OPTS in launch script 9 years ago
spring-boot-maven-plugin Next Development Version 9 years ago
pom.xml Next Development Version 9 years ago