spring-boot/spring-boot-tools/spring-boot-loader
Andy Wilkinson e561cc1997 Don't use a separate thread in the launcher to call app's main method
Using a separate thread to call the application's main method is
unnecessary – the context class loader of the current thread can be
updated instead – and makes exception and exit code handling more
complicated than it needs to be.

This commit updates the Launcher so that it calls the main method
runner using the current (main) thread. As a result, any exception
that's thrown will be caught by the JVM and result in a non-zero exit
code being returned from the process.

Closes gh-5922
2016-05-12 16:57:16 +01:00
..
src Don't use a separate thread in the launcher to call app's main method 2016-05-12 16:57:16 +01:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00