You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
spring-boot-devtools-tests Fall back to JVM's class path when TCCL is not a URLClassLoader 7 years ago
spring-boot-integration-tests-embedded-servlet-container Fall back to JVM's class path when finding jars with static resources 7 years ago
spring-boot-launch-script-tests Polish "Find .conf file next to symlink to jar that's using the launch script" 7 years ago
spring-boot-security-tests Polish 7 years ago
src/it Fix eclipse errors and warnings 10 years ago
pom.xml Next Development Version 8 years ago