mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9f2f93129b
HttpServiceProxyFactoryExtensions.kt has been mistakenly created in spring-webflux module instead of spring-web, breaking JPMS for WebFlux users. This commit moves this file and related tests to the spring-web module. Closes gh-30042