• Andy Wilkinson's avatar
    Fall back to JVM's class path when finding jars with static resources · 08225895
    Andy Wilkinson authored
    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
    08225895
Name
Last commit
Last update
..
spring-boot-devtools-tests Loading commit data...
spring-boot-integration-tests-embedded-servlet-container Loading commit data...
spring-boot-launch-script-tests Loading commit data...
spring-boot-security-tests Loading commit data...
src/it Loading commit data...
pom.xml Loading commit data...