1. 21 Jul, 2017 1 commit
    • Andy Wilkinson's avatar
      Stop auto-config of MethodValidationPP triggering early init · 5198fe88
      Andy Wilkinson authored
      Previously, if a user's configuration class provided a custom
      Validator bean, that configuration class would be initialized very
      early so that the Validator could be used to create the
      auto-configured MethodValidationPostProcessor. This early
      initialization could problems as it may prevent any of the
      configuration class's dependencies from being post-processed.
      
      This commit updates the injection of the Validator bean to be lazy,
      thereby preventing the creation of the auto-configured
      MethodValidationPostProcessor from triggering early initialization.
      
      Closes gh-9416
      5198fe88
  2. 20 Jul, 2017 7 commits
  3. 19 Jul, 2017 10 commits
  4. 17 Jul, 2017 4 commits
  5. 13 Jul, 2017 3 commits
  6. 10 Jul, 2017 1 commit
  7. 09 Jul, 2017 1 commit
  8. 08 Jul, 2017 7 commits
  9. 06 Jul, 2017 3 commits
  10. 29 Jun, 2017 3 commits