spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Missing test auto-configuration imports
Spring Boot 3 requires more auto-configuration imports files for test (slice) auto-configuration. Issue 2729 was incomplete.
Currently spring-cloud-gateway-mvc and spring-cloud-gateway-webflux still use the legacy auto-configuration which is not supported anymore. Therefore, the test slices don't get the correct configuration which is needed to let Spring inject a ProxyExchange argument.
All 4.x versions are impacted.