1. 09 5月, 2019 1 次提交
  2. 07 5月, 2019 4 次提交
  3. 03 5月, 2019 3 次提交
  4. 02 5月, 2019 1 次提交
  5. 27 4月, 2019 2 次提交
  6. 09 4月, 2019 4 次提交
  7. 08 4月, 2019 1 次提交
  8. 03 4月, 2019 1 次提交
  9. 31 3月, 2019 1 次提交
  10. 30 3月, 2019 1 次提交
  11. 27 3月, 2019 12 次提交
  12. 26 3月, 2019 4 次提交
    • S
      Test fix in gh-22638 · d397d74e
      Sam Brannen 提交于
      d397d74e
    • S
      Avoid duplicate registration of [RequestBody|ResponseBody]Advice · b3693568
      Sam Brannen 提交于
      Prior to this commit, if a @ControllerAdvice bean implemented both
      RequestBodyAdvice and ResponseBodyAdvice, it was registered twice in
      RequestMappingHandlerAdapter, leading to duplicate application of the
      same logic.
      
      This commit ensures that such instances are only registered once.
      
      Fixes gh-22638
      b3693568
    • S
      Allow ResponseBodyAdvice to implement RequestBodyAdvice · 47e88aaf
      Sam Brannen 提交于
      Prior to this commit, if a @ControllerAdvice bean implemented both
      RequestBodyAdvice and ResponseBodyAdvice, it was only supported as
      RequestBodyAdvice, meaning it was never invoked as ResponseBodyAdvice.
      
      This commit revises RequestResponseBodyAdviceChain to ensure that a
      single bean implementing both types of body advice is in fact handled
      as both types of advice.
      
      See gh-22638
      47e88aaf
    • S
      Update license.txt file · afe037e3
      Sam Brannen 提交于
      Closes gh-22659
      afe037e3
  13. 23 3月, 2019 3 次提交
  14. 21 3月, 2019 1 次提交
  15. 20 3月, 2019 1 次提交