1. 12 11月, 2015 1 次提交
  2. 28 4月, 2014 1 次提交
  3. 17 4月, 2014 1 次提交
  4. 09 4月, 2014 1 次提交
  5. 26 3月, 2014 1 次提交
    • A
      Improved StAX<->SAX bridge · f2f355e7
      Arjen Poutsma 提交于
      Improved the SAX to StAX (and vice-versa) bridge exposed via StaxUtils.
      The old integration had some issues with namespace declaration
      attributes, brought to light in a XMLUnit upgrade.
      
      Issue: SPR-11549
      f2f355e7
  6. 15 3月, 2014 1 次提交
  7. 19 2月, 2014 1 次提交
  8. 25 1月, 2014 2 次提交
  9. 08 1月, 2014 1 次提交
  10. 10 12月, 2013 1 次提交
    • J
      Compatibility with XStream 1.4.5 · 26d14386
      Juergen Hoeller 提交于
      XStream 1.4.5 doesn't check a given ConverterLookup for a ConverterRegistry implementation anymore, so we have to manually perform that check and assignment.
      
      Issue: SPR-11147
      26d14386
  11. 26 11月, 2013 2 次提交
    • E
      Fix various typos · e9f78f60
      Eric Dahl 提交于
      Fix a variety of typos throughout the project, primarily in
      comments (javadoc or otherwise) but also in a handful of log messages
      and a couple exception messages.
      
      ISSUE: SPR-11123
      e9f78f60
    • P
      Fix remaining compiler warnings · 59002f24
      Phillip Webb 提交于
      Fix remaining Java compiler warnings, mainly around missing
      generics or deprecated code.
      
      Also add the `-Werror` compiler option to ensure that any future
      warnings will fail the build.
      
      Issue: SPR-11064
      59002f24
  12. 12 8月, 2013 1 次提交
  13. 09 8月, 2013 1 次提交
  14. 06 8月, 2013 3 次提交
  15. 24 7月, 2013 1 次提交
  16. 14 5月, 2013 1 次提交
  17. 11 2月, 2013 1 次提交
  18. 02 1月, 2013 1 次提交
  19. 29 12月, 2012 3 次提交
  20. 13 8月, 2012 1 次提交
    • A
      XStreamMarshaller supports stream directly · 7187a243
      Arjen Poutsma 提交于
      XStreamMarshaller now supports writing to OutputStreams and reading from
      InputStreams directly, as opposed to wrapping streams in a
      OutputStreamWriter or InputStreamReader.
      
      Issue: SPR-9663
      7187a243
  21. 05 7月, 2012 1 次提交
  22. 25 6月, 2012 2 次提交
  23. 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
  24. 12 12月, 2011 1 次提交
  25. 12 10月, 2010 1 次提交
  26. 09 3月, 2010 1 次提交
  27. 26 8月, 2009 1 次提交
  28. 19 6月, 2009 2 次提交
  29. 12 5月, 2009 1 次提交
  30. 02 3月, 2009 1 次提交
  31. 25 2月, 2009 1 次提交
  32. 09 1月, 2009 1 次提交