Merge branch '3.3.x'
Closes gh-41874
This commit is contained in:
@@ -40,6 +40,10 @@ import org.springframework.boot.loader.launch.LaunchedClassLoader;
|
||||
*/
|
||||
public abstract class JarUrlClassLoader extends URLClassLoader {
|
||||
|
||||
static {
|
||||
ClassLoader.registerAsParallelCapable();
|
||||
}
|
||||
|
||||
private final URL[] urls;
|
||||
|
||||
private final boolean hasJarUrls;
|
||||
|
||||
Reference in New Issue
Block a user