spring-boot/spring-boot-project/spring-boot-test
Andy Wilkinson 3a6e4e9e58 Add checks for factories files
META-INF/spring.factories and META-INF/spring/aot.factories in the
main source set are now checked. The checks verify that:

- Each class listed in the values exists in the source set's output
- The classes are listed alphabetically
- Nested classes are identified using their binary name

Closes gh-44676
2025-03-12 12:44:18 +00:00
..
src Add checks for factories files 2025-03-12 12:44:18 +00:00
build.gradle Merge branch '3.2.x' into 3.3.x 2024-09-24 14:29:09 -07:00