Move HttpServiceProxyFactoryExtensions.kt
to spring-web
module
#30042
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: kotlin
An issue related to Kotlin support
type: regression
A bug that is also a regression
Milestone
As reported in #29942 (comment),
HttpServiceProxyFactoryExtensions.kt
has been mistakenly created inspring-webflux
instead ofspring-web
, breaking JPMS for WebFlux users.HttpServiceProxyFactoryExtensions.kt
and related tests should be moved tospring-web
module.The text was updated successfully, but these errors were encountered: