spring-framework/spring-webflux
Brian Clozel 81125de697 Fix error responses handling in WebClient
This commit fixes a typo in the `DefaultWebClient` implementation.
Instead of forwarding resolved `WebClientException` instances as error
signals, the `bodyToMono(ParameterizedTypeReference)` variant would just
forward those exceptions as `onNext` signals.

Issue: SPR-15946
2017-09-14 14:15:05 +02:00
..
src Fix error responses handling in WebClient 2017-09-14 14:15:05 +02:00
spring-webflux.gradle Upgrade to Hibernate Validator 6.0.2 2017-08-29 15:04:17 +02:00