1. 10 7月, 2019 9 次提交
  2. 09 7月, 2019 9 次提交
  3. 08 7月, 2019 9 次提交
    • B
      Fix RSocket API warning · 507d128e
      Brian Clozel 提交于
      507d128e
    • S
      08a5196c
    • S
      Avoid shadowed RSocketRequester extensions · 88d7fede
      Sebastien Deleuze 提交于
      This commit renames RSocketRequester.RequestSpec data extension to
      dataWithType to avoid shadowing issues and adds Publisher<T> and Flow<T>
      variants to provide automatic reified type parameter resolution for
      those types. It also makes RSocketRequester consistent with the
      changes introduced via 2b4d6ce3 in WebFlux.
      88d7fede
    • S
      Make RSocketRequester extensions reified · 4bced468
      slawluc 提交于
      Extension functions need to use reified types to create
      ParameterizedTypeReference.
      
      Closes gh-23185
      4bced468
    • 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
    • S
      Fix broken Javadoc links · 0fbc9bf4
      Sam Brannen 提交于
      0fbc9bf4
    • L
      Fix typo in data-access.adoc · 8bfc920a
      Lonre Wang 提交于
      Closes gh-23247
      8bfc920a
    • S
      Merge branch '5.1.x' · a3161dc5
      Sam Brannen 提交于
      a3161dc5
    • S
      Support empty target request path in FlashMap · db8be501
      Sam Brannen 提交于
      Prior to this commit, if the user configured an empty path for the
      targetRequestPath property of a FlashMap, the FlashMapManager threw a
      StringIndexOutOfBoundsException when saving the output FlashMap for the
      next request.
      
      This commit fixes this by skipping the decoding and normalization of an
      empty target request path.
      
      Fixes gh-23240
      db8be501
  4. 07 7月, 2019 6 次提交
  5. 06 7月, 2019 2 次提交
  6. 05 7月, 2019 5 次提交