1. 19 12月, 2016 1 次提交
  2. 18 12月, 2016 1 次提交
  3. 16 9月, 2016 2 次提交
  4. 17 8月, 2016 1 次提交
  5. 24 7月, 2016 1 次提交
  6. 06 7月, 2016 1 次提交
  7. 05 7月, 2016 1 次提交
  8. 22 1月, 2014 1 次提交
  9. 27 10月, 2013 1 次提交
  10. 15 5月, 2013 1 次提交
  11. 14 5月, 2013 2 次提交
  12. 08 5月, 2013 1 次提交
  13. 29 3月, 2013 1 次提交
  14. 01 3月, 2013 1 次提交
  15. 02 1月, 2013 1 次提交
  16. 29 12月, 2012 3 次提交
    • C
      Add @Override annotations to main sources · 3b40ce76
      Chris Beams 提交于
      Issue: SPR-10130
      3b40ce76
    • P
      Fix [serial] compiler warnings · b0986049
      Phillip Webb 提交于
      Fix serialization warnings by applying @SuppressWarnings("serial")
      when appropriate.
      
      In certain cases and for unknown reasons, a correctly-placed
      @SuppressWarnings("serial") annotation will fix the warning at the
      javac level (i.e. the Gradle command-line), but will produce an
      "unnecessary @SuppressWarnings" warning within Eclipse. In these
      cases, a private static final serialVersionUID field has been added
      with the default value of 1L.
      b0986049
    • C
      Replace <code> with {@code} throughout Javadoc · 9540d2c8
      Chris Beams 提交于
      Issue: SPR-10128
      9540d2c8
  17. 13 12月, 2012 1 次提交
  18. 09 11月, 2012 1 次提交
  19. 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
  20. 02 10月, 2010 1 次提交
  21. 18 8月, 2010 1 次提交
  22. 30 3月, 2010 1 次提交
  23. 14 10月, 2009 2 次提交
  24. 13 5月, 2009 1 次提交
  25. 22 4月, 2009 1 次提交
  26. 20 4月, 2009 1 次提交
  27. 28 11月, 2008 1 次提交
  28. 28 10月, 2008 1 次提交
  29. 23 10月, 2008 2 次提交