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.
bff93a67ce
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 | 6 years ago | |
spring-boot-actuator | 6 years ago | |
spring-boot-actuator-autoconfigure | 6 years ago | |
spring-boot-autoconfigure | 6 years ago | |
spring-boot-cli | 6 years ago | |
spring-boot-dependencies | 6 years ago | |
spring-boot-devtools | 6 years ago | |
spring-boot-docs | 6 years ago | |
spring-boot-parent | ||
spring-boot-properties-migrator | 6 years ago | |
spring-boot-starters | 6 years ago | |
spring-boot-test | 6 years ago | |
spring-boot-test-autoconfigure | 6 years ago | |
spring-boot-tools | 6 years ago | |
pom.xml |