1. 05 12月, 2014 1 次提交
  2. 17 12月, 2013 1 次提交
  3. 27 11月, 2013 1 次提交
    • P
      General polish of new 4.0 classes · 15698860
      Phillip Webb 提交于
      Apply consistent styling to new classes introduced in Spring 4.0.
      
      - Javadoc line wrapping, whitespace and formatting
      - General code whitespace
      - Consistent Assert.notNull messages
      15698860
  4. 19 10月, 2013 1 次提交
  5. 18 10月, 2013 1 次提交
    • B
      Add new features on @ControllerAdvice · c4a8bf9c
      Brian Clozel 提交于
      Prior to this commit, @ControllerAdvice annotated beans would
      assist all known Controllers, by applying @ExceptionHandler,
      @InitBinder, and @ModelAttribute.
      
      This commit updates the @ControllerAdvice annotation,
      which accepts now base package names, assignableTypes,
      annotations and basePackageClasses.
      
      If attributes are set, only Controllers that match those
      selectors will be assisted by the annotated class.
      This commit does not change the default behavior when
      no value is set, i.e. @ControllerAdvice().
      
      Issue: SPR-10222
      c4a8bf9c
  6. 28 8月, 2012 1 次提交
    • R
      Polish standard Spring MVC exception handling · da05b094
      Rossen Stoyanchev 提交于
      Rename ExceptionHandlerSupport to ResponseEntityExceptionHandler and
      emphasize the contrast to DefaultHandlerExceptionResovler -- i.e.
      one returns a ResponseEntity and relies on message converters while
      the other returns a ModelAndView and relies on view resolution.
      
      Issue: SPR-9290
      da05b094
  7. 15 8月, 2012 1 次提交
    • R
      Introduced ControllerAdvice annotation · e65b930e
      Rossen Stoyanchev 提交于
      Classes with this annotation can contain @ExceptionHandler,
      @InitBinder, and @ModelAttribute methods that apply to all controllers.
      The new annotation is also a component annotation allowing
      implementations to be discovered through component scanning.
      
      Issue: SPR-9112
      e65b930e
  8. 30 4月, 2012 1 次提交
    • S
      Fix javadoc warnings · effb7625
      Stevo Slavic 提交于
      Before this change there were numerous javadoc warnings being reported
      while building Spring framework API.
      
      This commit resolves most of the javadoc warnings, reducing the total
      number from 265 to 103.
      
      Issue: SPR-9113
      effb7625
  9. 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
  10. 17 11月, 2011 1 次提交
  11. 29 6月, 2011 1 次提交
  12. 31 7月, 2009 1 次提交
  13. 18 11月, 2008 1 次提交