1. 08 2月, 2019 2 次提交
  2. 07 2月, 2019 1 次提交
  3. 09 1月, 2019 7 次提交
  4. 08 1月, 2019 2 次提交
    • S
      3c7887c2
    • M
      Fix XML parser default value handling · 21d3bf8d
      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
      21d3bf8d
  5. 12 12月, 2018 2 次提交
  6. 05 12月, 2018 1 次提交
  7. 04 12月, 2018 6 次提交
  8. 27 11月, 2018 1 次提交
  9. 26 11月, 2018 2 次提交
  10. 24 11月, 2018 2 次提交
  11. 23 11月, 2018 3 次提交
  12. 21 11月, 2018 1 次提交
  13. 09 11月, 2018 1 次提交
  14. 08 11月, 2018 1 次提交
  15. 06 11月, 2018 3 次提交
  16. 27 10月, 2018 2 次提交
  17. 25 10月, 2018 3 次提交