spring-framework/spring-webflux
Arjen Poutsma b8b54ee524 Ensure WebClient exceptions are serializable
Not all HttpHeaders implementations are serializable. This commit
ensures that WebClientRequestException and WebClientResponseException
are serializable, by copying any non-serializable HttpHeaders into a
new, serializable, instance.

Closes gh-28321
2022-07-28 14:09:11 +02:00
..
src Ensure WebClient exceptions are serializable 2022-07-28 14:09:11 +02:00
spring-webflux.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00