1. 15 Aug, 2018 2 commits
  2. 14 Aug, 2018 3 commits
  3. 13 Aug, 2018 11 commits
  4. 10 Aug, 2018 2 commits
  5. 09 Aug, 2018 3 commits
  6. 08 Aug, 2018 10 commits
  7. 07 Aug, 2018 1 commit
  8. 06 Aug, 2018 1 commit
  9. 03 Aug, 2018 6 commits
  10. 02 Aug, 2018 1 commit
    • 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