1. 11 9月, 2018 6 次提交
  2. 10 9月, 2018 4 次提交
  3. 08 9月, 2018 2 次提交
  4. 07 9月, 2018 10 次提交
  5. 06 9月, 2018 7 次提交
  6. 05 9月, 2018 6 次提交
  7. 04 9月, 2018 5 次提交
    • B
      Optimize for Flux to/from Mono conversions · 1bdbc7bd
      Brian Clozel 提交于
      This commit optimizes Flux <-> Mono conversions in our codebase by
      avoiding to hide that conversion from Reactor.
      
      This tries to keep conversions sequentially so that they can be detected
      by Reactor and optimized. In Spring WebFlux, this means keeping the
      conversions at the edges of a method implementation (right when getting
      an input parameter, and before returning it as a result). If those
      conversions are made between other operators, Reactor might not be able
      to detect those conversions and optimize them.
      
      Issue: SPR-17203
      1bdbc7bd
    • S
      Polishing · bff2d2cc
      Sam Brannen 提交于
      bff2d2cc
    • K
      Fix fragile tests for asynchronous events · ab086f42
      Korovin Anatoliy 提交于
      This commit introduces a dependency on the Awaitility assertion
      framework and makes use of asynchronous assertions in order to make
      tests for asynchronous events more robust.
      
      Issue: SPR-17211
      ab086f42
    • S
      Polishing · 32689524
      Sam Brannen 提交于
      32689524
    • S
      Polish capitalisation of units on DataSize and javadoc of DataUnit · 2c1dca5b
      Stephane Nicoll 提交于
      Issue: SPR-17240
      2c1dca5b