spring-boot/spring-boot-autoconfigure
Phillip Webb 996afafac6 Optimize OnClassCondition isPresent check
Update `OnClassCondition` to use its own `isPresent` rather than using
`ClassUtils.isPresent`. Using our own implementation saves a few cycles
since we never need to check for native types, and we don't support
nested class references specified in the non `$` notation.

See gh-7573
2017-01-23 17:33:28 -08:00
..
src Optimize OnClassCondition isPresent check 2017-01-23 17:33:28 -08:00
pom.xml Add LDAP auto-configuration support 2017-01-05 23:34:50 -08:00