1. 06 Nov, 2019 1 commit
    • Madhura Bhave's avatar
      Do not validate value object bean definion when singleton present · 471ca01c
      Madhura Bhave authored
      Prior to this commit constructor bound configuration properties could
      not be mocked because it would fail validation from
      ConfigurationPropertiesBeanDefinitionValidator. The MockitoPostProcessor
      registers the mocked bean as a singleton and validation can be skipped if a
      singleton for the type is found in the bean factory.
      
      Fixes gh-18652
      471ca01c
  2. 05 Nov, 2019 37 commits
  3. 04 Nov, 2019 2 commits