Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information