spring-projects / spring-projects/spring-data-commons

Add EnableSpringDataWebFluxSupport for WebFlux support [DATACMNS-1412]

Open
#1,846 9 comments 5 reactions 1 assignee View on GitHub

@mp911de is already working on this.

Since Jan 25, 2021.

in: web type: enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.