spring-boot/src/checkstyle
Andy Wilkinson d1ead884c4 Fix @ServletComponentScan with a component index
Previously @ServletComponentScan did not work when there was a
component index on the classpath as it made an assumption about
the concrete type of the BeanDefinitions produced by scanning that
does not hold true when an index is present.

This commit updates the scanning and the handlers to correct the
assumpution by working with a bean definition type that is produced
by scanning both when there is and when there is not an index present.

To prevent the problem from reoccuring, a test that uses and index
has been added and the import of ScannedGenericBeanDefinition is now
prohibited by Checkstyle.

Closes gh-18910
2019-11-07 09:20:19 +00:00
..
checkstyle-header.txt Merge branch '1.5.x' into 2.0.x 2019-03-20 16:45:26 +00:00
checkstyle-suppressions.xml Merge branch '2.0.x' into 2.1.x 2019-06-28 23:42:28 -07:00
checkstyle.xml Fix @ServletComponentScan with a component index 2019-11-07 09:20:19 +00:00
import-control.xml Use HTTPS for external links from XML files where possible 2019-03-26 13:52:17 +00:00
nohttp-checkstyle-suppressions.xml Merge branch '1.5.x' into 2.0.x 2019-06-07 12:34:13 -07:00
nohttp-checkstyle.xml Merge branch '1.5.x' into 2.0.x 2019-06-07 12:34:13 -07:00
nohttp-whitelist.txt Relax nohttp requirement for service.wsdl 2019-06-25 11:17:27 -07:00