1. 06 3月, 2019 1 次提交
  2. 28 2月, 2019 2 次提交
  3. 27 2月, 2019 1 次提交
  4. 08 2月, 2019 1 次提交
  5. 07 2月, 2019 2 次提交
  6. 05 2月, 2019 1 次提交
  7. 09 1月, 2019 3 次提交
  8. 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
  9. 21 12月, 2018 2 次提交
  10. 26 11月, 2018 1 次提交
  11. 22 11月, 2018 1 次提交
  12. 21 11月, 2018 1 次提交
  13. 19 11月, 2018 1 次提交
    • H
      Fix typos · bfb49c72
      Hanope 提交于
      See gh-2019
      bfb49c72
  14. 13 11月, 2018 1 次提交
  15. 06 11月, 2018 1 次提交
  16. 26 10月, 2018 1 次提交
  17. 19 10月, 2018 1 次提交
  18. 13 10月, 2018 1 次提交
  19. 11 10月, 2018 1 次提交
  20. 10 10月, 2018 3 次提交
  21. 05 10月, 2018 1 次提交
    • W
      Fix formatting · 9d5aced8
      www 提交于
      Prefix the opening brace with a single space in some classes.
      Replace tab character with space in javadoc of AttributeAccessor.
      Also fix some other trivial formatting errors.
      
      Closes gh-1979
      9d5aced8
  22. 30 9月, 2018 1 次提交
  23. 29 9月, 2018 1 次提交
  24. 20 9月, 2018 4 次提交
  25. 19 9月, 2018 1 次提交
  26. 18 9月, 2018 1 次提交
  27. 15 9月, 2018 2 次提交
  28. 14 9月, 2018 2 次提交