Spring Cloud Gateway tests fail after upgrade to Spring Boot 3.4.0 (specifically spring-web 6.2.0)
After upgrading to Spring Boot 3.4.0 (Spring Web 6.2.0), my Gateway filter tests started failing. The tests previously verified that request headers were modified correctly, but now the modifications don’t seem to be visible in the test assertions.