d0c31ad84cffd7af718a45d679483a1c51f9e552
Prior to this change, @ComponentScan annotations were only processed at the first level of depth. Now, the set of bean definitions resulting from each declaration of @ComponentScan is checked for configuration classes that declare @ComponentScan, and recursion is performed as necessary. Cycles between @ComponentScan declarations are detected as well. See CircularComponentScanException. Issue: SPR-8307
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%