spring-boot/spring-boot-tools
Andy Wilkinson 310be23ad5 Registered shutdown hook to kill JVM forked by spring-boot:run
Previously, a JVM that was forked by spring-boot:run could be orphaned
when the parent process (the Maven build) was terminated in an IDE. Note
that this doesn’t happen when spring-boot:run is invoked from a shell.

This commits add a shutdown hook that registered when RunMojo forks the
JVM. The shutdown hook attempts to kill the forked JVM’s RunProcess
rather than relying on the death of the parent process being sufficient
to also kill the child.

Closes gh-5815
2016-04-18 13:39:50 +01:00
..
spring-boot-antlib Next Development Version 2016-02-26 01:06:16 -08:00
spring-boot-configuration-metadata Merge branch '1.3.x' 2016-03-08 09:51:57 -08:00
spring-boot-configuration-processor Next Development Version 2016-02-26 01:06:16 -08:00
spring-boot-gradle-plugin Use the passed parameter in BuildInfo.coerceToStringValues() 2016-04-11 09:24:52 +01:00
spring-boot-loader Reduce churn when parsing Jar files 2016-04-12 13:25:04 -07:00
spring-boot-loader-tools Polish 2016-04-12 13:23:43 -07:00
spring-boot-maven-plugin Registered shutdown hook to kill JVM forked by spring-boot:run 2016-04-18 13:39:50 +01:00
pom.xml Next Development Version 2016-02-26 01:06:16 -08:00