Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson 2016-11-08 10:04:09 +00:00
commit 78fcb311c9
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ import org.springframework.boot.loader.jar.Handler;
*/
public class LaunchedURLClassLoader extends URLClassLoader {
static {
ClassLoader.registerAsParallelCapable();
}
/**
* Create a new {@link LaunchedURLClassLoader} instance.
* @param urls the URLs from which to load classes and resources