1. 30 1月, 2017 1 次提交
  2. 09 12月, 2015 1 次提交
  3. 14 5月, 2013 1 次提交
  4. 12 2月, 2013 1 次提交
    • P
      Ensure HTTP classes don't close streams · 66617887
      Phillip Webb 提交于
      Prior to this commit several HTTP classes made use of FileCopyUtils
      when reading from or writing to streams. This has the unfortunate
      side effect of closing streams that should really be left open.
      
      The problem is particularly noticeable when dealing with a
      FormHttpMessageConverter that is writing a multi-part response.
      
      Relevant HTTP classes have now been refactored to make use of a new
      StreamUtils class that works in a similar way FileCopyUtils but does
      not close streams.
      
      The NonClosingOutputStream class from SimpleStreamingClientHttpRequest
      has also been refactored to a StreamUtils method.
      
      Issue: SPR-10095
      66617887
  5. 02 1月, 2013 1 次提交
  6. 29 12月, 2012 3 次提交
  7. 31 1月, 2012 1 次提交
    • C
      Rename modules {org.springframework.*=>spring-*} · 02a4473c
      Chris Beams 提交于
      This renaming more intuitively expresses the relationship between
      subprojects and the JAR artifacts they produce.
      
      Tracking history across these renames is possible, but it requires
      use of the --follow flag to `git log`, for example
      
          $ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history up until the renaming event, where
      
          $ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history for all changes to the file, before and after the
      renaming.
      
      See http://chrisbeams.com/git-diff-across-renamed-directories
      02a4473c
  8. 02 12月, 2011 1 次提交
  9. 30 11月, 2011 1 次提交
  10. 31 8月, 2011 1 次提交
  11. 28 1月, 2011 1 次提交