spring-boot/spring-boot-tests/spring-boot-integration-tests
Andy Wilkinson bff93a67ce Fix remote DevTools restart when a previously added class is then changed
Previously, if a class was added and then changed, a restart would be triggered
and things would behave as if the class had been deleted. This occurred
because, when looking for additional classes that were not on the original
classpath, only files that had been added were considered. The subsequent
change to the class was noticed as a modified rather than an addition,
resulting in the class being skipped.

This commit updates the resource resolver to only ignore deleted files and
consider both added files and modified files when looking for additional
resources.

Closes gh-14205
2018-09-19 18:02:01 +01:00
..
spring-boot-configuration-processor-tests Merge branch '1.5.x' 2018-01-18 22:03:51 -08:00
spring-boot-devtools-tests Fix remote DevTools restart when a previously added class is then changed 2018-09-19 18:02:01 +01:00
spring-boot-launch-script-tests Merge branch '1.5.x' 2018-02-26 18:03:32 +01:00
spring-boot-server-tests Fix checkstyle ternary issues 2018-07-28 01:11:52 +01:00
src/it
pom.xml Merge branch '1.5.x' 2018-01-17 13:42:56 +01:00