spring-framework/spring-webflux
Arjen Poutsma 74f64c4e3b Wrap exceptions in WebClient
This commit makes sure that exceptions emitted by WebClient are wrapped
by WebClientExceptions:

- Exceptions emitted by the ClientHttpConnector are wrapped in a new
  WebClientRequestException.

- Exceptions emitted after a response is received are wrapped in a
  WebClientResponseException

Closes gh-23842
2020-09-14 15:06:46 +02:00
..
src Wrap exceptions in WebClient 2020-09-14 15:06:46 +02:00
spring-webflux.gradle Update Reactor Netty modules 2020-08-01 11:49:15 +02:00