You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
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
6 years ago
..
spring-boot Partially revert 59d911d 6 years ago
spring-boot-actuator Remove redundant handling of a null exchange from WebFluxTags.uri() 6 years ago
spring-boot-actuator-autoconfigure Ignore management.server.port for war 6 years ago
spring-boot-autoconfigure Simplify printing ConditionEvaluationReport when using context runner 6 years ago
spring-boot-cli Optimize some StringBuilder.append() calls 6 years ago
spring-boot-dependencies Fix dependency management for Caffeine 6 years ago
spring-boot-devtools Fix remote DevTools restart when a previously added class is then changed 6 years ago
spring-boot-docs Fix typo in WebClient example 6 years ago
spring-boot-parent
spring-boot-properties-migrator Fix checkstyle ternary issues 6 years ago
spring-boot-starters Add reference to Rollbar starter 6 years ago
spring-boot-test Simplify printing ConditionEvaluationReport when using context runner 6 years ago
spring-boot-test-autoconfigure Optimize some StringBuilder.append() calls 6 years ago
spring-boot-tools Test the Gradle plugin against Gradle 4.10 6 years ago
pom.xml