1. 05 10月, 2013 1 次提交
  2. 19 3月, 2013 1 次提交
  3. 29 12月, 2012 4 次提交
  4. 29 8月, 2012 1 次提交
    • R
      Add support for matrix variables · 2201dd8c
      Rossen Stoyanchev 提交于
      A new @MatrixVariable annotation allows injecting matrix variables
      into @RequestMapping methods. The matrix variables may appear in any
      path segment and should be wrapped in a URI template for request
      mapping purposes to ensure request matching is not affected by the
      order or the presence/absence of such variables. The @MatrixVariable
      annotation has an optional "pathVar" attribute that can be used to
      refer to the URI template where a matrix variable is located.
      
      Previously, ";" (semicolon) delimited content was removed from the
      path used for request mapping purposes. To preserve backwards
      compatibility that continues to be the case (except for the MVC
      namespace and Java config) and may be changed by setting the
      "removeSemicolonContent" property of RequestMappingHandlerMapping to
      "false". Applications using the  MVC namespace and Java config do not
      need to do anything further to extract and use matrix variables.
      
      Issue: SPR-5499, SPR-7818
      2201dd8c
  5. 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
  6. 16 9月, 2011 1 次提交
  7. 29 8月, 2011 1 次提交
  8. 27 1月, 2011 1 次提交
  9. 05 2月, 2009 1 次提交
  10. 21 1月, 2009 1 次提交
  11. 27 11月, 2008 1 次提交
  12. 21 11月, 2008 1 次提交
  13. 24 10月, 2008 1 次提交