1. 17 10月, 2017 1 次提交
  2. 16 10月, 2017 2 次提交
  3. 13 10月, 2017 1 次提交
  4. 11 10月, 2017 4 次提交
  5. 07 10月, 2017 2 次提交
  6. 06 10月, 2017 6 次提交
  7. 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
  8. 04 10月, 2017 3 次提交
    • R
      b2017bb1
    • R
      What's new and migrating are prominently featured · 45c207ae
      Rossen Stoyanchev 提交于
      Before this commit those were burried in the Appendix where few would
      guess to look. Previously that information was at the top, so it makes
      sense to point to the Github wiki from the index HTML page.
      
      Also a general update of the index page. Since we have recently revised
      the overview, we can simply point to it and keep it shorter.
      
      The section listing now includes more details per section.
      45c207ae
    • R
      WebClient content included in WebFlux section only · 65975518
      Rossen Stoyanchev 提交于
      Before this commit WebClient documentation was also included from the
      Integration section where the RestTemplate is documented. That is
      convenient but results in duplicate content under different URLs.
      
      This commit removes the include from the Integration section and leaves
      65975518
  9. 03 10月, 2017 2 次提交
  10. 01 10月, 2017 1 次提交
  11. 30 9月, 2017 2 次提交
  12. 29 9月, 2017 6 次提交
  13. 28 9月, 2017 9 次提交