1. 18 10月, 2017 2 次提交
    • R
      MockMvc re-uses response instance on async dispatch · cd634633
      Rossen Stoyanchev 提交于
      MockMvc now properly detects the presence of an AsyncContext and
      re-uses the response instance used to start it.
      
      This commit also includes a minor fix in
      ResponseBodyEmitterReturnValueHandler to ensure it does not disable
      ETag related content buffering for reactive return values that do not
      result in streaming (e.g. single value or collections).
      
      Issue: SPR-16067
      cd634633
    • R
      Shortcut factory method in MockServerWebExchange · 94c4a7f9
      Rossen Stoyanchev 提交于
      MockServerWebExchange now has a second factory method that accepts a
      MockServerHttpRequest.BaseBuilder.
      
      Issue: SPR-16079
      94c4a7f9
  2. 17 10月, 2017 8 次提交
  3. 16 10月, 2017 8 次提交
  4. 15 10月, 2017 2 次提交
  5. 14 10月, 2017 1 次提交
  6. 13 10月, 2017 5 次提交
  7. 12 10月, 2017 4 次提交
  8. 11 10月, 2017 7 次提交
  9. 09 10月, 2017 3 次提交