1. 12 May, 2014 5 commits
    • Phillip Webb's avatar
      Remove @ControllerAdvice from BasicErrorController · 30ac768c
      Phillip Webb authored
      Update the BasicErrorController so that it no longer needs to implement
      @ControllerAdvice or have an @ExceptionHandler method.
      
      A new ErrorAttributes interface is now used to obtain error details,
      the DefaultErrorAttributes implementation uses a
      HandlerExceptionResolver to obtain root exception details if the
      `javax.servlet.error.*` attributes are missing.
      
      This change also removes the need for the extract(...) method on
      ErrorController as classes such as WebRequestTraceFilter can
      now use the ErrorAttributes interface directly.
      
      See gh-839, gh-538
      Fixes gh-843
      30ac768c
    • Dave Syer's avatar
      Enable access log explicitly in sample · 5dd77a72
      Dave Syer authored
      5dd77a72
    • Andy Wilkinson's avatar
      Merge branch '1.0.x' · fec136e2
      Andy Wilkinson authored
      Conflicts:
      	spring-boot-dependencies/pom.xml
      fec136e2
    • Andy Wilkinson's avatar
      Upgrade to CRaSH 1.3.0-beta18 · f761daf2
      Andy Wilkinson authored
      Closes #841
      f761daf2
    • Dave Syer's avatar
      Add @ResponseStatus handler to global exception handler · 59a899a4
      Dave Syer authored
      We might need to revisit this to allow more fine-grained
      control by users, but it seems like a sensible default.
      The BasicErrorController now uses both of the deafult strategies
      (ResponseStatusExceptionResolver and DefaultHandlerExceptionResolver)
      from Spring MVC to try and determine an appropriate response.
      
      Fixes gh-839
      59a899a4
  2. 11 May, 2014 2 commits
  3. 10 May, 2014 9 commits
  4. 09 May, 2014 8 commits
  5. 08 May, 2014 16 commits