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 · f6944015
      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
      f6944015
  6. 31 10月, 2019 2 次提交
  7. 26 9月, 2019 4 次提交
  8. 02 8月, 2019 2 次提交
  9. 01 8月, 2019 7 次提交
  10. 21 7月, 2019 2 次提交
  11. 18 7月, 2019 1 次提交
    • S
      Improve documentation for @Autowired constructors · 6e20f8d0
      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
      6e20f8d0
  12. 08 7月, 2019 1 次提交
    • S
      Support empty target request path in FlashMap · e5a28f81
      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.
      
      Fixes gh-23240
      e5a28f81
  13. 21 6月, 2019 1 次提交
  14. 24 5月, 2019 1 次提交
  15. 21 5月, 2019 2 次提交
  16. 14 5月, 2019 5 次提交
  17. 09 5月, 2019 1 次提交
  18. 07 5月, 2019 4 次提交