spring-boot/spring-boot-tools/spring-boot-test-support
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
..
src Fix ModifiedClassPathRunner tests if run via IDEA 2018-03-27 15:41:20 +02:00
pom.xml Next Development Version 2018-01-30 23:29:33 +00:00