1. 14 May, 2020 17 commits
  2. 13 May, 2020 22 commits
  3. 12 May, 2020 1 commit
    • Phillip Webb's avatar
      Improve ConfigurationPropertySource performance · 4af6e7ff
      Phillip Webb authored
      Attempt to improve the performance of the `ConfigurationPropertySource`
      adapters `containsDescendantOf` method. The method now operates on
      arrays rather than iterators and reduces the inner for-loop when
      possible.
      
      See gh-21416
      4af6e7ff