spring-boot/spring-boot-integration-tests
Andy Wilkinson 7c2664f959 Ensure that jar entry names use forward slashes, even on Windows
Previously, in the DevTools integration tests, portions of a File's
path were used to create the name of a jar entry. On Windows this
resulted in the entry containing \ characters. As a result the
directory structure was incorrect and the classes could not be loaded
from the jar.

This commit ensures that any \ characters are replaced with /
characters.

See gh-7782
2017-01-16 20:42:04 +00:00
..
spring-boot-devtools-tests Ensure that jar entry names use forward slashes, even on Windows 2017-01-16 20:42:04 +00:00
spring-boot-gradle-tests Next development version 2016-12-23 00:15:23 +00:00
spring-boot-launch-script-tests Next development version 2016-12-23 00:15:23 +00:00
spring-boot-security-tests Next development version 2016-12-23 00:15:23 +00:00
src/it Fix eclipse errors and warnings 2015-02-24 12:44:19 -08:00
pom.xml Next development version 2016-12-23 00:15:23 +00:00