1. 19 10月, 2013 1 次提交
  2. 18 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 14 5月, 2013 1 次提交
  5. 23 1月, 2013 2 次提交
    • S
      Polish Javadoc in TypeDescriptor · a1aba23a
      Sam Brannen 提交于
      - fix @since version in array()
      - format method-level Javadoc
      - unescape HTML-escaped angle brackets with {@code} blocks
      a1aba23a
    • P
      Allow TypeDescriptor array construction · 9c032d52
      Phillip Webb 提交于
      Add a static factory method that can be used to create an array
      TypeDescriptor with a specific element type. Allows array types
      with generic elements to be constructed.
      
      Issue: SPR-9792
      9c032d52
  6. 29 12月, 2012 1 次提交
  7. 31 10月, 2012 1 次提交
  8. 30 10月, 2012 2 次提交
    • C
      Review and polish pull request #132 · 222eec58
      Chris Beams 提交于
      Content:
      
       - Rename Conditional{Conversion=>Converter}
       - Add @since tags where appropriate
       - Update Apache date headers to read 2002-2012 (not just 2012)
       - Correct minor Javadoc typo
      
      Style:
      
       - Polish line breaks / whitespace
       - Use wildcard static imports where appropriate
      
      Issue: SPR-9566, SPR-9692, SPR-9928, SPR-9927
      222eec58
    • P
      Refactor GenericConversionService · 4dc28959
      Phillip Webb 提交于
      Refactor internal workings of GenericConversionService in order to
      better support future enhancements. This commit should not affect
      existing behavior.
      
      Issue: SPR-9927
      4dc28959
  9. 11 10月, 2012 2 次提交
  10. 30 4月, 2012 1 次提交
    • S
      Fix javadoc warnings · effb7625
      Stevo Slavic 提交于
      Before this change there were numerous javadoc warnings being reported
      while building Spring framework API.
      
      This commit resolves most of the javadoc warnings, reducing the total
      number from 265 to 103.
      
      Issue: SPR-9113
      effb7625
  11. 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
  12. 08 12月, 2011 1 次提交
  13. 02 12月, 2011 1 次提交
  14. 29 11月, 2011 1 次提交
  15. 12 10月, 2011 1 次提交
  16. 26 7月, 2011 1 次提交
  17. 07 6月, 2011 3 次提交
  18. 06 6月, 2011 2 次提交
  19. 05 6月, 2011 5 次提交
  20. 04 6月, 2011 1 次提交
  21. 03 6月, 2011 5 次提交
  22. 25 5月, 2011 1 次提交
  23. 23 5月, 2011 3 次提交
  24. 09 2月, 2011 1 次提交