1. 12 Aug, 2020 36 commits
  2. 11 Aug, 2020 4 commits
    • Phillip Webb's avatar
      Merge pull request #22858 from dsyer · 4f8bf4d7
      Phillip Webb authored
      * pr/22858:
        Polish 'Support ConfigurationClassPostProcessor supplier'
        Support ConfigurationClassPostProcessor supplier
      
      Closes gh-22858
      4f8bf4d7
    • Phillip Webb's avatar
      Polish 'Support ConfigurationClassPostProcessor supplier' · 7838c7b0
      Phillip Webb authored
      See gh-22858
      7838c7b0
    • Dave Syer's avatar
      Support ConfigurationClassPostProcessor supplier · 06eff45a
      Dave Syer authored
      Update `SharedMetadataReaderFactoryContextInitializer` to optionally
      support a `ConfigurationClassPostProcessor` provided via an instance
      `Supplier`.
      
      If the instance supplier is available then we can use that to set the
      `MetadataReaderFactory` non-reflectively, instead of using a
      `PropertyValue` (and the `BeanWrapper` eventually).
      
      The previous behavior is left as a  fallback and without a change in
      Spring Framework will continue to be the default for most applications.
      
      See gh-22858
      06eff45a
    • Madhura Bhave's avatar
      Merge branch '2.3.x' · 4799b26d
      Madhura Bhave authored
      Closes gh-22897
      4799b26d