1. 21 11月, 2019 1 次提交
  2. 19 11月, 2019 1 次提交
  3. 15 11月, 2019 1 次提交
  4. 14 11月, 2019 3 次提交
  5. 13 11月, 2019 1 次提交
    • Y
      Fix schemaZip Gradle task on MS Windows · 2132eec4
      YuDongYing 提交于
      Prior to this commit, the schemaZip Gradle task failed to find Spring
      schema files on MS Windows due to path separators hard coded to forward
      slashes that are not compatible with the Windows operating system.
      
      Consequently, a full build failed on Windows since the distZip task was
      not able to locate the zipped schema archive that the schemaZip task
      failed to create.
      
      This commit fixes this by updating the schemaZip task to search for
      schema files using backslashes as well as forward slashes.
      
      Closes gh-23933
      2132eec4
  6. 08 11月, 2019 1 次提交
  7. 07 11月, 2019 1 次提交
  8. 31 10月, 2019 2 次提交
  9. 26 9月, 2019 6 次提交
  10. 02 8月, 2019 2 次提交
  11. 01 8月, 2019 8 次提交
  12. 20 7月, 2019 3 次提交
  13. 18 7月, 2019 1 次提交
    • S
      Improve documentation for @Autowired constructors · ed2659cc
      Sam Brannen 提交于
      Prior to this commit, there was some ambiguity surrounding semantics
      for @Autowired constructors and `required = true`, especially for
      multiple @Autowired constructors.
      
      This commit improves the documentation in the Javadoc for @Autowired as
      well as in the reference manual.
      
      Closes gh-23263
      ed2659cc
  14. 08 7月, 2019 1 次提交
    • S
      Support empty target request path in FlashMap · 271885cd
      Sam Brannen 提交于
      Prior to this commit, if the user configured an empty path for the
      targetRequestPath property of a FlashMap, the FlashMapManager threw a
      StringIndexOutOfBoundsException when saving the output FlashMap for the
      next request.
      
      This commit fixes this by skipping the decoding and normalization of an
      empty target request path. An empty target request path is therefore
      effectively treated as the root path.
      
      Fixes gh-23240
      271885cd
  15. 21 6月, 2019 1 次提交
  16. 13 6月, 2019 1 次提交
  17. 12 6月, 2019 6 次提交