spring-framework/spring-webflux
Brian Clozel 9910df85cd Remove observation context from ClientRequest
Prior to this commit, gh-31609 added the current observation context as
a request attribute for `WebClient` calls. While it was not confirmed as
the main cause, this feature was linked to several reports of memory
leaks. This would indeed attach more memory to the request object graph
at runtime - although it shouldn't prevent its collection by the GC.

This commit removes this feature and instead developers should get the
current observation from the reactor context if they wish to interact
with it.

Closes gh-32198
2024-03-12 09:49:00 +01:00
..
src Remove observation context from ClientRequest 2024-03-12 09:49:00 +01:00
spring-webflux.gradle Upgrade to Jetty 12 2023-09-04 14:03:29 +02:00