1. 08 Aug, 2018 6 commits
  2. 07 Aug, 2018 7 commits
  3. 06 Aug, 2018 8 commits
  4. 05 Aug, 2018 1 commit
  5. 04 Aug, 2018 2 commits
  6. 03 Aug, 2018 14 commits
  7. 02 Aug, 2018 2 commits
    • Madhura Bhave's avatar
      Merge branch '2.0.x' · b9fcb6a5
      Madhura Bhave authored
      b9fcb6a5
    • Madhura Bhave's avatar
      Refactor PropertySourcesDeducer · 16aff4cd
      Madhura Bhave authored
      Prior to the changes that fixed #12451,
      `FilteredPropertySources` and `CompositePropertySources` were required
      by the `PropertySourcesDeducer` to ensure that configuration properties binding
      could see changes to the environment even when there was a
      PropertySourcesPlaceholderConfigurer in the context. #12451 changed the way
      property sources are adapted by `SpringConfigurationPropertySources`, removing the
      need for `FilteredPropertySources` and `CompositePropertySources`.
      
      Fixes gh-13738
      16aff4cd