Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ServerWebExchange Kotlin extensions to the right package #31046

Closed
sdeleuze opened this issue Aug 14, 2023 · 0 comments
Closed

Move ServerWebExchange Kotlin extensions to the right package #31046

sdeleuze opened this issue Aug 14, 2023 · 0 comments
Assignees
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

Comments

@sdeleuze
Copy link
Contributor

It looks like ServerWebExchange extensions are using the wrong package (org.springframework.web.reactive.server instead of org.springframework.web.server).

Current extensions should be deprecated in favor of the new ones created in the right package.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug theme: kotlin An issue related to Kotlin support labels Aug 14, 2023
@sdeleuze sdeleuze added this to the 6.1.0-M4 milestone Aug 14, 2023
@sdeleuze sdeleuze self-assigned this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) theme: kotlin An issue related to Kotlin support type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant