1. 06 3月, 2019 1 次提交
  2. 28 2月, 2019 2 次提交
  3. 26 2月, 2019 1 次提交
  4. 12 2月, 2019 1 次提交
  5. 07 2月, 2019 1 次提交
  6. 18 1月, 2019 1 次提交
  7. 09 1月, 2019 2 次提交
    • J
      Polishing · f56fa914
      Juergen Hoeller 提交于
      f56fa914
    • J
      DependencyDescriptor supports TypeDescriptor resolution for fields · 9cb5369c
      Juergen Hoeller 提交于
      This allows for proper nested type conversion in @Value Optional fields analogous to method parameters, through a new TypeDescriptor-based method in the TypeConverter SPI. As an additional and less involved measure that is worth backporting, DefaultListableBeanFactory defensively checks for pre-converted Optional wrappers.
      
      Issue: SPR-17607
      9cb5369c
  8. 13 12月, 2018 1 次提交
  9. 26 11月, 2018 1 次提交
  10. 23 11月, 2018 1 次提交
  11. 21 11月, 2018 2 次提交
  12. 19 11月, 2018 2 次提交
  13. 27 10月, 2018 1 次提交
  14. 15 10月, 2018 2 次提交
  15. 13 10月, 2018 1 次提交
  16. 11 10月, 2018 1 次提交
  17. 10 10月, 2018 2 次提交
    • S
      Recursively process DeferredImportSelector properly · 062805fc
      Stephane Nicoll 提交于
      Previously, if a DeferredImportSelector was identified at a later stage
      as part of processing the collected set of deferred imports, such
      selector was processed as a regular import selector.
      
      Semantically, it makes sense as we already are in the deferred phase at
      this point and it doesn't make much sense to bother about the extra
      contract.
      
      However, Spring Framework 5 introduced the notion of Group that a
      deferred import selector can define. When it does, the container has to
      honour the contract of the Group rather than calling the simpler
      ImportSelector parent contract.
      
      This commit restructures the processing of such case. When a deferred
      import selector is detected while processing deferred import selectors,
      a group is created with only that selector and the group API is invoked.
      
      Issue: SPR-17351
      062805fc
    • J
      BeanFactoryAnnotationUtils provides qualifiedBeansOfType method · f662e3b8
      Juergen Hoeller 提交于
      Includes consistent upfront resolution of factory method annotations.
      
      Issue: SPR-8891
      f662e3b8
  18. 20 9月, 2018 2 次提交
  19. 18 9月, 2018 1 次提交
  20. 14 9月, 2018 2 次提交
  21. 12 9月, 2018 1 次提交
  22. 11 9月, 2018 1 次提交
  23. 04 9月, 2018 2 次提交
  24. 31 8月, 2018 1 次提交
  25. 18 8月, 2018 1 次提交
  26. 15 8月, 2018 1 次提交
  27. 13 8月, 2018 1 次提交
  28. 12 8月, 2018 1 次提交
  29. 10 8月, 2018 1 次提交
  30. 09 8月, 2018 2 次提交