spring-projects / spring-projects/spring-boot

Auto-configure Spring Data's reactive method argument resolvers in a reactive web application

Open
#20,701 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: blocked type: enhancement
Dominant language
Java
Stars
81.5k
Forks
42.7k
Avg merge
2d 4h
Merged PRs (30d)
65

Description

Spring Data now has argument resolvers for Pageable and Sort for Webflux.
It would be great to have these autoconfigured if spring-data-commons is detected on the classpath like what is done for MVC.
From the discussion with @mp911de (https://github.com/spring-projects/spring-data-commons/pull/264#issuecomment-604939814), could you give advice on where it's best to provide the configuration components (esp. the creation of the resolver beans and their customizers) ?
I can work on this once settled if you want.

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.

Research direction

Start by comparing the existing MVC auto-configuration with the Spring Data reactive argument resolvers for WebFlux described in the issue and linked pull request. Determine where the resolver beans and their customizers should be provided, then verify that they are auto-configured when spring-data-commons is on the classpath.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring-boot
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.