spring-boot/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor
Phillip Webb 85f86243c9 Order class filter checks and exit early
Update the logic in `OnClassCondition` so that filtering exits on the
first missing class. Also refactor the implementation to save
unnecessary `Set` creation when there is just a single class to check.

The `AutoConfigureAnnotationProcessor` has also been updated to order
classes so that any starting `org.springframework` are considered last.
The assumption being that other classes are more likely to be missing.

Closes gh-12131
2018-10-10 22:02:05 -07:00
..
src Order class filter checks and exit early 2018-10-10 22:02:05 -07:00
pom.xml Fix POMs for the updated build/release process 2017-10-04 16:34:38 -07:00