• dreis2211's avatar
    Fix ModifiedClassPathRunner tests if run via IDEA · efc9dcc2
    dreis2211 authored
    IntelliJ can shorten the classpath to a single classpath.jar in order to
    circumvent errors originating from a too long classpath. This breaks the
    filtering inside ModifiedClassPathRunner as the classpath contains only a
    single jar to match against. This can be fixed by applying a similar
    mechanism already provided for Surefire manifest-only booter JARs, which
    extracts the real classpath from the JAR's Manifest file.
    
    See gh-12535
    efc9dcc2
Name
Last commit
Last update
..
main/java/org/springframework/boot/junit Loading commit data...
test/java/org/springframework/boot/junit/runner/classpath Loading commit data...