1. 07 Nov, 2019 2 commits
    • Andy Wilkinson's avatar
      Merge branch '2.1.x' · dd4377e6
      Andy Wilkinson authored
      Closes gh-18912
      dd4377e6
    • Andy Wilkinson's avatar
      Fix @ServletComponentScan with a component index · d1ead884
      Andy Wilkinson authored
      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
      d1ead884
  2. 06 Nov, 2019 18 commits
  3. 05 Nov, 2019 20 commits