1. 03 9月, 2013 1 次提交
  2. 09 8月, 2013 1 次提交
  3. 14 5月, 2013 1 次提交
  4. 02 1月, 2013 1 次提交
  5. 29 12月, 2012 2 次提交
  6. 17 9月, 2012 1 次提交
    • A
      Preserve comments when using JibxMarshaller · f191a55b
      Arjen Poutsma 提交于
      Prior to this commit, JibxMarshaller used a SAX ContentHandler to
      marshal to StAX XMLEventWriters, which inadvertently resulted in the
      deletion of XML comments.
      
      After this commit, JibxMarshaller adapts the XMLEventWriter into an
      XMLStreamWriter and comments are preserved.
      
      Issue: SPR-9768
      f191a55b
  7. 15 3月, 2012 1 次提交
    • S
      Use configured encoding during JiBX unmarshalling · e25183ea
      Stevo Slavic 提交于
      Before this change JibxMarshaller did not use the configured encoding
      when unmarshalling XML. This caused issues when content being
      unmarshalled was not encoded using the default encoding.
      
      This commit fixes the issue by passing configured encoding to JiBX so
      it gets used when unmarshalling instead of the default encoding.
      
      Issue: SPR-7865
      e25183ea
  8. 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
  9. 04 4月, 2011 1 次提交
  10. 02 3月, 2010 2 次提交
  11. 13 11月, 2009 1 次提交
  12. 25 2月, 2009 1 次提交
  13. 13 1月, 2009 1 次提交
  14. 09 1月, 2009 1 次提交
  15. 06 1月, 2009 2 次提交