spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

Missing test auto-configuration imports

Open rob-valor opened this issue 10 months ago • 0 comments

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.

rob-valor avatar Feb 25 '25 11:02 rob-valor