spring-boot/spring-boot-integration-tests
Andy Wilkinson 082258952a Fall back to JVM's class path when finding jars with static resources
Previously, StaticResourceJars would only find jars with
META-INF/resources content if it had been loaded by a URLClassLoader.
This is not the case on Java 9 and, as a result, static content in
META-INF/resources of any jars on the class path was not found.

This commit updates StaticResourceJars to fall back to using the
JVM's class path to find static resource jars when it was loaded by
a ClassLoader that is not a URLClassLoader.

Closes gh-10455
2017-09-29 12:38:37 +01:00
..
spring-boot-devtools-tests Fall back to JVM's class path when TCCL is not a URLClassLoader 2017-09-29 12:17:26 +01:00
spring-boot-integration-tests-embedded-servlet-container Fall back to JVM's class path when finding jars with static resources 2017-09-29 12:38:37 +01:00
spring-boot-launch-script-tests Polish "Find .conf file next to symlink to jar that's using the launch script" 2017-09-26 14:42:18 +01:00
spring-boot-security-tests Polish 2017-09-27 17:44:48 -07:00
src/it Fix eclipse errors and warnings 2015-02-24 12:44:19 -08:00
pom.xml Next Development Version 2017-04-21 08:32:01 +00:00