mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ca4d0d784b
Since the Spring WebFlux HTTP server instrumentation has been moved from the `WebFilter` to the `HttpWebHandlerAdapter`, we need to apply similar changes there. See gh-31417