spring-framework/spring-core-test
Stéphane Nicoll 33e4129155 Do not discover annotation processors from the classpath in tests
Previously, if an annotation processors was present in the classpath
it was executed as part of tests using `TestCompiler`.

This commit updates `TestCompiler` to always set the annotation
processors to use. By default, this sets an empty list which does not
use annotation processing.

Closes gh-31791
2023-12-08 14:11:38 +01:00
..
src Do not discover annotation processors from the classpath in tests 2023-12-08 14:11:38 +01:00
spring-core-test.gradle Consistent dependency declarations 2023-08-02 00:56:50 +02:00