spring-boot/spring-boot-project
Andy Wilkinson 94e810201e Fix test for incremental build of renamed properties class
Previously, the .class file for the renamed properties class was
on the class path of the compilation in two places:

1. The output directory of the test's previous compilation
2. The output directory of the compilation of src/test/java of
   spring-boot-configuration-processor

The first of these locations is addressed by updating TestProject.
The .class file is now deleted from the project's output location
at the same time as the .java file is deleted from its source
location.

The second of these locations is addressed by configuring the class
path of the compiler to include a copy of the result of compiling
src/test/java of spring-boot-configuration-processor. From this copy
entries can then be deleted as needed without destabilizing other tests.

Closes gh-26271
2023-10-30 15:17:28 +00:00
..
spring-boot Update copyright year of changed files 2023-10-19 23:20:43 -07:00
spring-boot-actuator Handle null host value in MailHealthIndicator 2023-10-25 13:52:36 -05:00
spring-boot-actuator-autoconfigure Constently use assertThatExceptionOf... assertions 2023-10-19 20:17:26 -07:00
spring-boot-autoconfigure Clarify role of WebMvcRegistrations and WebMvcConfigurer 2023-10-25 10:42:25 +01:00
spring-boot-cli Polish "Polish" 2023-10-11 14:58:04 +01:00
spring-boot-dependencies Upgrade to Undertow 2.2.28.Final 2023-10-18 11:44:00 +01:00
spring-boot-devtools Update copyright year of changed files 2023-10-19 23:20:43 -07:00
spring-boot-docs Improve systemd configuration documentation 2023-10-30 12:06:04 +00:00
spring-boot-parent Closes gh-37815 2023-10-11 10:50:01 +01:00
spring-boot-properties-migrator Don't migrate properties that cause a circular reference 2023-06-16 16:14:41 -07:00
spring-boot-starters Update Data REST starter description to mention Spring MVC 2023-06-15 14:46:23 +01:00
spring-boot-test Constently use assertThatExceptionOf... assertions 2023-10-19 20:17:26 -07:00
spring-boot-test-autoconfigure Clarify that @AutoConfigureWebTestClient uses mock infrastructure 2023-10-30 11:13:03 +00:00
spring-boot-tools Fix test for incremental build of renamed properties class 2023-10-30 15:17:28 +00:00