spring-projects / spring-projects/spring-data-mongodb
Query method keyword Exists requires a boolean argument [DATAMONGO-1683]
Open
@odrotbohm is already working on this.
Since Dec 30, 2020.
in: repository
type: bug
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
James Howe opened DATAMONGO-1683 and commented
Using "Exists" in a Mongo repository method requires a matching boolean argument.
However, o.s.d.r.q.p.Part.Type.EXISTS.getNumberOfArguments() returns 0.
Overriding this causes problems for other systems trying to parse repository methods consistently, and requires changing the interface if a different Data implementation is used
Affects: 1.10.3 (Ingalls SR3)
Reference URL: https://youtrack.jetbrains.com/issue/IDEA-172034
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.