1. 05 11月, 2015 1 次提交
    • R
      Replace NAMES_PATTERN in UriTemplate · 971f0469
      Rossen Stoyanchev 提交于
      The URI template is now manually parsed vs using a regex to extract
      URI variable names and to create a pattern for matching to actual URLs.
      This provides more control to deal with nested curly braces.
      
      Issue: SPR-13627
      971f0469
  2. 14 5月, 2015 1 次提交
  3. 01 4月, 2015 1 次提交
  4. 24 3月, 2015 1 次提交
    • R
      Revert "Support {/var} syntax in UriComponentsBuilder" · 44e8f7b3
      Rossen Stoyanchev 提交于
      This reverts commit a57d4282 after the
      realization of a weaknesses with the proposed approach.
      
      For example if a path segment contains both a /-prefixed and a regular
      URI variable, there is no way to split that into a sequence of path
      and path segments. The solution will have to be on the side of
      UriComponents at the time of encoding.
      44e8f7b3
  5. 21 3月, 2015 1 次提交
  6. 29 12月, 2012 2 次提交
  7. 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
  8. 13 9月, 2011 1 次提交
  9. 12 9月, 2011 1 次提交
  10. 06 9月, 2011 1 次提交
  11. 20 10月, 2010 1 次提交
  12. 19 4月, 2010 1 次提交
  13. 02 3月, 2010 1 次提交
  14. 18 2月, 2010 1 次提交
  15. 13 11月, 2009 2 次提交
  16. 26 5月, 2009 1 次提交
  17. 24 3月, 2009 1 次提交
  18. 24 2月, 2009 1 次提交
  19. 22 2月, 2009 1 次提交