-
Notifications
You must be signed in to change notification settings - Fork 678
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
Add EnableSpringDataWebFluxSupport for WebFlux support [DATACMNS-1412] #1846
Comments
I'm guessing However, |
It makes sense now to add |
I checked |
We should create a Do you want to submit a pull request or should we go forward adding |
Any update for |
I really need this. Thanks. |
@mp911de for For Should a Edit: I realized there's |
@mp911de I provided a Do you know how could we implement this method in the new class? |
Ankur Pathak opened DATACMNS-1412 and commented
We have this EnableSpringDataWebSuppor in Spring MVC which makes Controller clean
for paging and provides very userful features. But this is not working with Spring Web Flux
Controller. We should extend this support to WebFlux as well. It may be limited support
of waht we have in Spring MVC so as to keep reactive means. Because its a blocker in
migrating existing code in Spring MVC to Spring WebFlux and as it is part of Spring Data Core
it should work with both whether we are in Reactive or not Reactive world
Affects: 2.1.1 (Lovelace SR1)
Reference URL: https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/web/config/EnableSpringDataWebSupport.html
4 votes, 5 watchers
The text was updated successfully, but these errors were encountered: