spring-boot/spring-boot-project/spring-boot-tools
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-antlib Remove references to https://repo.spring.io/release 2023-01-11 17:03:45 +00:00
spring-boot-autoconfigure-processor Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-buildpack-platform Polish 2023-09-20 16:05:30 -07:00
spring-boot-configuration-metadata Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-configuration-processor Fix test for incremental build of renamed properties class 2023-10-30 15:17:28 +00:00
spring-boot-gradle-plugin Document configuration for building images with Colima 2023-10-25 14:07:43 +01:00
spring-boot-gradle-test-support Test the Gradle plugin against Gradle 8.4 2023-10-11 13:52:03 +01:00
spring-boot-jarmode-layertools Mock working directory for extract test 2023-09-22 16:24:49 +01:00
spring-boot-loader Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-loader-tools Ignore system timezone when applying outputTimestamp to entries 2023-03-01 21:27:08 -08:00
spring-boot-maven-plugin Document configuration for building images with Colima 2023-10-25 14:07:43 +01:00
spring-boot-test-support Fix test for incremental build of renamed properties class 2023-10-30 15:17:28 +00:00