You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
checkstyle-header.txt Merge branch '1.5.x' into 2.0.x 6 years ago
checkstyle-suppressions.xml Merge branch '2.0.x' into 2.1.x 5 years ago
checkstyle.xml Fix @ServletComponentScan with a component index 5 years ago
import-control.xml Use HTTPS for external links from XML files where possible 6 years ago
nohttp-checkstyle-suppressions.xml Merge branch '1.5.x' into 2.0.x 6 years ago
nohttp-checkstyle.xml Merge branch '1.5.x' into 2.0.x 6 years ago
nohttp-whitelist.txt Relax nohttp requirement for service.wsdl 5 years ago