68f61f3b3c2efaa263190519be6ebf4a02e021ad
3.1 M2 introduced a regression that causes false positives during @Configuration class candidate checks. Now performing a call to AnnotationMetadata#isInterface in addition to checks for @Component and @Bean annotations when determining whether a candidate is a 'lite' configuration class. Annotations are in the end interfaces, so both are filtered out at once. Issue: SPR-8761
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%