1. 31 8月, 2016 1 次提交
  2. 15 7月, 2016 2 次提交
  3. 28 1月, 2016 2 次提交
    • R
      Refine names in web.server and polish Javadoc · 381855aa
      Rossen Stoyanchev 提交于
      WebServerExchange -> ServerWebExchange
      
      Follows the same convention as in the http package also better allowing
      the possibility for a client equivalent in the future.
      
      WebToHttpHandlerBuilder -> WebHttpHandlerBuilder
      WebToHttpHandlerAdapter -> WebHttpHandlerAdapter
      
      More consistent with Spring conventions.
      381855aa
    • R
      Refine web.server package structure · e59b927f
      Rossen Stoyanchev 提交于
      Introduce adapter and handler sub-packages under web.server following a
      review prompted by the addition of the session package and the package
      cycle it brought in based on dependency on session.WebSessionManager.
      e59b927f
  4. 20 1月, 2016 1 次提交
    • S
      demote cyclic dependency under reactor-core reactor package · 198e3164
      Stephane Maldini 提交于
      -> reactor.Mono : reactor.core.publisher.Mono
      -> reactor.Flux : reactor.core.publisher.Flux
      -> reactor.Processors : reactor.core.publisher.Processors
      -> reactor.Timers : reactor.core.timer.Timers
      -> reactor.Subscribers : reactor.core.subscriber.Subscribers
      198e3164
  5. 14 1月, 2016 1 次提交
    • R
      Log and handle unresolved exceptions · 437c127b
      Rossen Stoyanchev 提交于
      Before this change use of ExceptionHandlingWebHandler did ensure no
      error signals are allowed to escape (hence relying on runtime
      behavior).
      
      This change ensures the same is done even when
      ExceptionHandlingWebHandler is not configured for use, at the lowest
      level which is the WebToHttpHandlerAdapter.
      437c127b
  6. 09 1月, 2016 1 次提交
    • R
      Add WebServerExchange · 4f614fa0
      Rossen Stoyanchev 提交于
      This change adds a WebServerExchange and updates all contracts at the
      the same level (i.e. org.springframework.web.server) as well as the
      org.springframework.web.reactive level to use it so that all
      framework-related code will have access to server-side processing
      features such as request attributes (and others to come).
      4f614fa0