As reported in https://github.com/spring-projects/spring-framework/issues/29942#issuecomment-1446283052, HttpServiceProxyFactoryExtensions.kt
has been mistakenly created in spring-webflux
instead of spring-web
, breaking JPMS for WebFlux users.
HttpServiceProxyFactoryExtensions.kt
and related tests should be moved to spring-web
module.