1. 22 3月, 2019 1 次提交
  2. 24 4月, 2018 1 次提交
  3. 04 4月, 2018 1 次提交
  4. 11 2月, 2016 2 次提交
  5. 09 7月, 2015 1 次提交
    • B
      RedirectViews should always use RESPONSE_STATUS_ATTRIBUTE · 8e566026
      Brian Clozel 提交于
      By default, RedirectViews have http10Compatible set to true, which means
      that they use HTTP 302 as a default HTTP response status. Setting this
      property to false make RedirectViews use HTTP 303 by default.
      
      Now when set to false, RedirectViews also don't use the
      RESPONSE_STATUS_ATTRIBUTE request attribute as a response HTTP if it is
      available.
      
      This commit makes both configuration choices behave the same regarding
      this request attribute: use it as a response status if it's available.
      
      Issue: SPR-13208
      8e566026
  6. 21 10月, 2014 1 次提交
  7. 18 7月, 2014 1 次提交
  8. 08 2月, 2014 1 次提交
    • S
      Fix test bug related to legacy JUnit AssertionFailedError · f717b550
      Sam Brannen 提交于
      AssertionFailedError was thrown by JUnit 3.8. Since RedirectViewTests
      has been upgraded to JUnit 4, now standard java.lang.AssertionErrors are
      thrown. Thus, attempting to catch an AssertionFailedError is futile.
      
      Of course, since these tests have not been failing, it is likely a moot
      point, but changing the try-catch blocks to catch a possible
      AssertionError can't be a bad thing.
      f717b550
  9. 07 3月, 2013 1 次提交
  10. 04 1月, 2013 1 次提交
    • P
      Remove duplicate test classes · 42b5d6dd
      Phillip Webb 提交于
      Prior to this commit many test utility classes and sample beans were
      duplicated across projects. This was previously necessary due to the
      fact that dependent test sources were not shared during a gradle
      build. Since the introduction of the 'test-source-set-dependencies'
      gradle plugin this is no longer the case.
      
      This commit attempts to remove as much duplicate code as possible,
      co-locating test utilities and beans in the most suitable project.
      For example, test beans are now located in the 'spring-beans'
      project.
      
      Some of the duplicated code had started to drift apart when
      modifications made in one project where not ported to others. All
      changes have now been consolidated and when necessary existing tests
      have been refactored to account for the differences.
      
      Conflicts:
      	spring-beans/src/test/java/org/springframework/beans/factory/ConcurrentBeanFactoryTests.java
      	spring-beans/src/test/java/org/springframework/beans/factory/support/BeanFactoryGenericsTests.java
      	spring-beans/src/test/java/org/springframework/beans/support/PagedListHolderTests.java
      42b5d6dd
  11. 29 12月, 2012 1 次提交
  12. 01 12月, 2012 1 次提交
    • R
      polish web.Mock* classpath · 149e6f64
      Rob Winch 提交于
      Previously when running the tests for spring-web, spring-webmvc,
      spring-test-mvc, and spring-orm there were possible collissions in the
      classpath due to the fact that each had its own copy of the web.Mock*
      classes in it. This causes uncertainty for which class the code was
      running against. Furthermore, the maintance of keeping the copies up to
      date was tedious.
      
      Now there are two copies of the web.Mock* classes. The ones that exist
      in spring-test main sources and a copy that supports servlet 3 within
      spring-web test sources. The copy in spring-web test sources has been
      moved to a new package to avoid having the classes exist twice on the
      classpath within Eclipse.
      149e6f64
  13. 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
  14. 22 10月, 2011 1 次提交
  15. 16 9月, 2011 1 次提交
  16. 29 8月, 2011 1 次提交
  17. 16 8月, 2011 1 次提交
  18. 15 8月, 2011 1 次提交
  19. 11 8月, 2011 1 次提交
  20. 08 8月, 2011 1 次提交
  21. 19 8月, 2010 1 次提交
  22. 11 8月, 2010 1 次提交
  23. 11 2月, 2010 1 次提交
  24. 25 9月, 2009 1 次提交
  25. 18 12月, 2008 1 次提交
  26. 29 10月, 2008 1 次提交