spring-projects / spring-projects/spring-data-commons
Add EnableSpringDataWebFluxSupport for WebFlux support [DATACMNS-1412]
@mp911de is already working on this.
Since Jan 25, 2021.
- Dominant language
- Java
- Stars
- 838
- Forks
- 730
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.