1. 12 3月, 2019 1 次提交
  2. 09 3月, 2019 1 次提交
  3. 08 3月, 2019 1 次提交
  4. 07 3月, 2019 1 次提交
  5. 05 3月, 2019 1 次提交
  6. 28 2月, 2019 4 次提交
  7. 27 2月, 2019 1 次提交
  8. 26 2月, 2019 2 次提交
  9. 16 2月, 2019 2 次提交
  10. 14 2月, 2019 1 次提交
  11. 11 2月, 2019 2 次提交
    • G
      Avoid duplicate Accept header values in RestTemplate · 3e1b3c32
      Gemini Kim 提交于
      Prior to this commit, the various `HttpMessageConverter` instances
      configured for a given `RestTemplate` instance could all contribute
      `MediaType` values to the "Accept:" request header.
      
      This could lead to duplicate media types in that request header,
      cluttering for the HTTP request for no reason.
      
      This commit ensures that only distinct values are added to the request.
      
      Issue: SPR-16690
      Closes gh-22320
      Closes gh-21231
      3e1b3c32
    • J
      Upgrade to Tomcat 8.5.38 · 9865b0c0
      Juergen Hoeller 提交于
      9865b0c0
  12. 08 2月, 2019 6 次提交
  13. 07 2月, 2019 1 次提交
  14. 09 1月, 2019 7 次提交
  15. 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
  16. 12 12月, 2018 2 次提交
  17. 05 12月, 2018 1 次提交
  18. 04 12月, 2018 4 次提交