Phil Webb opened SPR-12231 and commented
Spring Boot uses PathMatchingResourcePatternResolver for a few @Conditions (for example to search for message.properties. Often optimizations could be applied, for example there is often no need to search JDK provided JARs and well known library JARs can also often be skipped.
With a couple of additional protected methods in PathMatchingResourcePatternResolver Boot would have a chance to make such optimizations.
Affects: 4.1 GA
Issue Links: