spring-projects / spring-projects/spring-data-relational
PartTreeR2dbcQuery incorrectly blocks flux publishers for name derived query params
Open
@mp911de is already working on this.
Since May 12, 2025.
status: waiting-for-triage
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
Consider this name derived query:
Flux<Film> findByFilmIdInOrderByFilmIdAsc(Flux<Long> filmIds);
When we get to here:
It calls R2dbcQueryCreator.validate() which eventually gets here and fails:
However, this functionality is actually supported here:
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.