1. 22 3月, 2019 1 次提交
  2. 15 3月, 2019 1 次提交
  3. 14 3月, 2019 1 次提交
    • S
      Favor Math.[min|max]() over handcrafted code · 9d2e7ced
      Sam Brannen 提交于
      In line with the general trend toward favoring core JDK APIs for common
      tasks in Spring Framework 5.2, this commit replaces handcrafted
      statements with Math.min() and Math.max() were applicable.
      9d2e7ced
  4. 13 3月, 2019 3 次提交
  5. 12 3月, 2019 1 次提交
    • J
      Bypass method traversal for annotation introspection if possible · e3a9826e
      Juergen Hoeller 提交于
      The isCandidateClass mechanism is consistently used for a bypass check before method traversal attempts. While by default this is only bypassing standard java types, the same mechanism can be used with index metadata which indicates non-presence of certain annotations.
      
      See gh-22420
      e3a9826e
  6. 11 3月, 2019 1 次提交
  7. 08 3月, 2019 2 次提交
  8. 07 3月, 2019 1 次提交
  9. 06 3月, 2019 2 次提交
  10. 05 3月, 2019 1 次提交
  11. 04 3月, 2019 1 次提交
  12. 02 3月, 2019 1 次提交
  13. 28 2月, 2019 2 次提交
  14. 27 2月, 2019 5 次提交
  15. 15 2月, 2019 1 次提交
  16. 08 2月, 2019 1 次提交
  17. 07 2月, 2019 3 次提交
  18. 06 2月, 2019 1 次提交
  19. 05 2月, 2019 1 次提交
  20. 21 1月, 2019 1 次提交
  21. 09 1月, 2019 3 次提交
  22. 08 1月, 2019 1 次提交
    • M
      Fix XML parser default value handling · 4938dab0
      Michel Schudel 提交于
      The xml parser does not fill in defaults provided in the XSD when
      validation is disabled. As a result, attributes like default-lazy-init
      will not receive the value "default" but an empty string.
      
      With this commit, BeanDefinitionParserDelegate now takes this into
      account, checking default values against empty string as well as
      "default".
      
      As a consequence, default-lazy-init attribute should now work correctly
      even when the XSD validation is disabled.
      
      Issue: SPR-8335
      4938dab0
  23. 21 12月, 2018 2 次提交
  24. 26 11月, 2018 1 次提交
  25. 22 11月, 2018 1 次提交
  26. 21 11月, 2018 1 次提交