1. 22 11月, 2019 1 次提交
  2. 26 9月, 2019 1 次提交
  3. 25 9月, 2019 1 次提交
  4. 02 9月, 2019 1 次提交
  5. 31 8月, 2019 1 次提交
  6. 09 7月, 2019 1 次提交
  7. 08 7月, 2019 1 次提交
    • S
      Add body methods with Object parameter to WebFlux · 2b4d6ce3
      Sebastien Deleuze 提交于
      The commit deprecates syncBody(Object) in favor of body(Object)
      which has the same behavior in ServerResponse, WebClient and
      WebTestClient. It also adds body(Object, Class) and
      body(Object, ParameterizedTypeReference) methods in order to support
      any reactive type that can be adapted to a Publisher via
      ReactiveAdapterRegistry. Related BodyInserters#fromProducer
      methods are provided as well.
      
      Shadowed Kotlin body<T>() extensions are deprecated in favor of
      bodyWithType<T>() ones, including dedicated Publisher<T> and
      Flow<T> variants. Coroutines extensions are adapted as well, and
      body(Object) can now be used with suspending functions.
      
      Closes gh-23212
      2b4d6ce3
  8. 23 3月, 2019 1 次提交
  9. 22 3月, 2019 1 次提交
  10. 05 3月, 2019 3 次提交
  11. 15 5月, 2018 1 次提交
  12. 17 4月, 2018 1 次提交
    • S
      Make ResponseSpec.expectBody Kotlin extension usable · 568a0b5b
      sdeleuze 提交于
      Prior to this commit, due to KT-5464 type inference issue there was not
      proper way to provide body expectations with WebTestClient. This commit
      provides a workaround by updating the existing Kotlin extension to
      return a Kotlin compatible API.
      
      Issue: SPR-15692
      568a0b5b
  13. 21 11月, 2017 1 次提交
  14. 25 9月, 2017 1 次提交
  15. 19 7月, 2017 1 次提交
  16. 14 6月, 2017 1 次提交
  17. 12 6月, 2017 1 次提交