• Dave Syer's avatar
    Special case for root of classpath resource in archive · 8168e8a3
    Dave Syer authored
    This turns out to affect JPA, but only because it looks for a URL for the
    root of the classpath using ClassLoader.getResource("") which barfs in
    an app launched from an executable JAR. It's easy to make a special case
    for "" in the class loader, so I went ahead and did that. Possibly need
    to think what the implication of getResources("") is as well (not
    tested in an app yet).
    
    Fixes gh-420
    8168e8a3
Name
Last commit
Last update
..
spring-boot-dependency-tools Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...