spring-boot/spring-boot-integration-tests/spring-boot-integration-tes...
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
..
src/test Replace explicit generics with diamond operator 2017-07-25 00:53:37 -07:00
pom.xml Fall back to JVM's class path when finding jars with static resources 2017-09-29 12:38:37 +01:00