1. 12 11月, 2015 1 次提交
  2. 03 9月, 2013 1 次提交
    • J
      Revised spring-oxm for 4.0 · d202573e
      Juergen Hoeller 提交于
      Added "target-package" to the jibx-marshaller element. Also fixed "context-path" and "binding-name" to follow Spring's usual attribute naming convention.
      
      Issue: SPR-10882
      d202573e
  3. 29 12月, 2012 3 次提交
  4. 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
  5. 14 6月, 2011 1 次提交
  6. 25 2月, 2009 1 次提交
  7. 09 1月, 2009 1 次提交
  8. 06 1月, 2009 2 次提交
  9. 17 11月, 2008 1 次提交
    • S
      SPR-5298 JSP tag for building URLs with URI templates · 912c1234
      Scott Andrews 提交于
      Created spring:url and spring:param tags that enhance the functionality of the JSTL c:url tag.  URI templates are supported in the url value attribute.  They are resolved against the params defined inside the url tag body.  Params that are unable to be applied as URI template are added to the query string.
      912c1234
  10. 03 11月, 2008 1 次提交
  11. 29 10月, 2008 1 次提交
  12. 28 10月, 2008 1 次提交
  13. 23 10月, 2008 2 次提交
  14. 22 10月, 2008 1 次提交
  15. 13 8月, 2008 2 次提交