1. 20 May, 2021 1 commit
  2. 19 May, 2021 9 commits
  3. 18 May, 2021 1 commit
  4. 17 May, 2021 26 commits
  5. 15 May, 2021 2 commits
  6. 14 May, 2021 1 commit
    • Andy Wilkinson's avatar
      Index @ConfigurationProperties so they can be found by scanning · 5984d4ee
      Andy Wilkinson authored
      Previously, @ConfigurationProperties was not annotated with @Indexed.
      This meant that @ConfigurationPropertiesScan would not be able to
      find them when the underlying
      ClassPathScanningCandidateComponentProvider is using a
      CandidateComponentsIndex.
      
      This commit annotated @ConfigurationProperties with @Indexed so that
      they can be found by index-based scanning.
      
      Fixes gh-26459
      5984d4ee