1. 16 10月, 2017 5 次提交
  2. 15 10月, 2017 2 次提交
  3. 14 10月, 2017 1 次提交
  4. 13 10月, 2017 5 次提交
  5. 12 10月, 2017 4 次提交
  6. 11 10月, 2017 7 次提交
  7. 09 10月, 2017 5 次提交
  8. 07 10月, 2017 2 次提交
  9. 06 10月, 2017 8 次提交
  10. 05 10月, 2017 1 次提交
    • R
      Better "no content" support and polish in WebTestClient · d04d4bfb
      Rossen Stoyanchev 提交于
      The WebTestClient now takes advantage of the support for decoding
      response to Void.class in WebClient so that applications can use
      expectBody(Void.class) to the same effect as using
      response.bodyToMono(Void.class) as documneted on WebClient#exchange.
      
      The top-level, no-arg returnResult method (added very recently) has been
      retracted, since the use of returnResult at that level, i.e. without
      consuming the response content, should be used mainly for streaming.
      It shouldn't be used for "no content" scenarios.
      
      Documentation and Javadoc have been udpated accordingly.
      d04d4bfb