1. 22 3月, 2019 1 次提交
  2. 20 11月, 2018 1 次提交
  3. 20 7月, 2017 1 次提交
  4. 12 6月, 2017 1 次提交
  5. 20 7月, 2016 1 次提交
  6. 31 12月, 2014 1 次提交
  7. 02 1月, 2013 1 次提交
    • P
      Fix [deprecation] compiler warnings · 6626a387
      Phillip Webb 提交于
      Fix deprecation compiler warnings by refactoring code or applying
      @SuppressWarnings("deprecation") annotations. JUnit tests of
      internally deprecated classes are now themselves marked as
      @Deprecated.
      
      Numerous EasyMock deprecation warnings will remain until the
      migration to mockito can be completed.
      6626a387
  8. 29 12月, 2012 2 次提交
  9. 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
  10. 20 1月, 2012 1 次提交
  11. 14 9月, 2011 1 次提交
  12. 13 9月, 2011 1 次提交
  13. 12 9月, 2011 1 次提交
  14. 09 9月, 2011 1 次提交
  15. 07 9月, 2011 1 次提交
  16. 12 10月, 2010 1 次提交
  17. 16 8月, 2010 1 次提交
  18. 21 4月, 2010 1 次提交
  19. 20 4月, 2010 1 次提交
  20. 19 4月, 2010 1 次提交
  21. 05 3月, 2010 1 次提交
  22. 02 3月, 2010 1 次提交
  23. 13 11月, 2009 2 次提交
  24. 09 11月, 2009 1 次提交