1. 15 12月, 2015 1 次提交
  2. 12 9月, 2015 1 次提交
    • S
      Support attribute overrides with @ResponseStatus · e2bfbdcf
      Sam Brannen 提交于
      This commit introduces support for attribute overrides for
      @ResponseStatus when @ResponseStatus is used as a meta-annotation on
      a custom composed annotation.
      
      Specifically, this commit migrates all code that looks up
      @ResponseStatus from using AnnotationUtils.findAnnotation() to using
      AnnotatedElementUtils.findMergedAnnotation().
      
      Issue: SPR-13441
      e2bfbdcf
  3. 22 7月, 2015 1 次提交
  4. 30 6月, 2015 1 次提交
  5. 31 5月, 2015 1 次提交
  6. 20 5月, 2015 1 次提交
  7. 21 10月, 2014 1 次提交
  8. 26 11月, 2013 1 次提交
    • 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
  9. 30 10月, 2013 1 次提交
  10. 14 5月, 2013 1 次提交
  11. 02 1月, 2013 1 次提交
  12. 29 12月, 2012 4 次提交
  13. 13 12月, 2012 1 次提交
  14. 21 11月, 2012 1 次提交
  15. 07 10月, 2012 1 次提交
    • R
      Fix issue in AnnotationMethodHandlerExceptionResolver · 3552173b
      Rossen Stoyanchev 提交于
      Caching of resovled exceptions introduced in SPR-7703 also introduced a
      side effect whereby if exactly one exception was previously cached, any
      other exception would appear as a match to the previously matched
      @ExceptionHandler method.
      
      This change ensures use of a fresh map when determining matching
      @ExceptionHandler methods while also updating the cache.
      
      Issue: SPR-9209
      3552173b
  16. 03 4月, 2012 1 次提交
  17. 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
  18. 01 11月, 2010 1 次提交
    • C
      SPR-7703 · 01e79cfe
      Costin Leau 提交于
      - minor performance improvements to servlet and portlet handlers
      01e79cfe
  19. 07 9月, 2010 1 次提交
  20. 08 6月, 2010 1 次提交
  21. 07 6月, 2010 1 次提交
  22. 19 4月, 2010 1 次提交
  23. 31 3月, 2010 1 次提交
  24. 30 3月, 2010 1 次提交
  25. 25 3月, 2010 1 次提交
  26. 03 3月, 2010 1 次提交
  27. 25 9月, 2009 1 次提交
  28. 19 8月, 2009 1 次提交
  29. 18 8月, 2009 1 次提交
  30. 31 3月, 2009 1 次提交