1. 30 12月, 2016 11 次提交
  2. 29 12月, 2016 10 次提交
  3. 28 12月, 2016 5 次提交
    • S
      Remove snapshot repository · 4cd33098
      Sebastien Deleuze 提交于
      reactor-netty-0.6.0.RELEASE on Maven Central depends on
      reactor-ipc-0.6.0.RELEASE so no need for this repository anymore.
      
      It may be needed to cleanup Gradle or Maven local cache
      since preliminary version of reactor-netty-0.6.0.RELEASE
      had a dependency on reactor-ipc-0.6.0.BUILD-SNAPSHOT.
      4cd33098
    • R
      Add RequestDataValueProcessor in spring-web-reactive · 4a380b84
      Rossen Stoyanchev 提交于
      Issue: SPR-15001
      4a380b84
    • R
      Refactor Undertow WebSocket client configuration model · e4d39bb8
      Rossen Stoyanchev 提交于
      This commit removes the statically created XnioWorker which is an
      "active" component and should not be created automatically and could
      lead to resource leaks. Instead XnioWorker is now required at
      construction aligning better with WebSocketClient#connectionBuilder
      which also does not have a "default" worker option.
      
      Since the XnioWorker is the main input for creating a ConnectionBuilder
      we now create the ConnectionBuider in a protected method and then allow
      a Consumer<ConnectionBuilder> to configure it further as opposed to the
      Function<URI, ConnectionBuilder> used previously.
      
      This commit also removes default SSL context initialization for RxNetty
      to better align with other client implementations.
      
      Issue: SPR-14527
      e4d39bb8
    • R
      Polish reactive WebSocketClient implementations · 384e851b
      Rossen Stoyanchev 提交于
      384e851b
    • S
      Upgrade to Kotlin 1.0.6 · c18ebdee
      Sebastien Deleuze 提交于
      c18ebdee
  4. 27 12月, 2016 9 次提交
  5. 26 12月, 2016 5 次提交