spring-boot/spring-boot-tools/spring-boot-test-support/src
dreis2211 efc9dcc22b Fix ModifiedClassPathRunner tests if run via IDEA
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
2018-03-27 15:41:20 +02:00
..
main/java/org/springframework/boot/junit Fix ModifiedClassPathRunner tests if run via IDEA 2018-03-27 15:41:20 +02:00
test/java/org/springframework/boot/junit/runner/classpath Update header copyright for changed files 2017-02-27 20:41:18 -08:00