Move ServerWebExchange
Kotlin extensions to the right package
#31046
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: kotlin
An issue related to Kotlin support
type: bug
A general bug
Milestone
It looks like
ServerWebExchange
extensions are using the wrong package (org.springframework.web.reactive.server
instead oforg.springframework.web.server
).Current extensions should be deprecated in favor of the new ones created in the right package.
The text was updated successfully, but these errors were encountered: