spring-projects / spring-projects/spring-data-couchbase
Operation interfaces should be parameterized on id-type (as well as entity)
Open
Nobody has claimed this yet.
- #1054 by @mikereiche — closed without merging
- Dominant language
- Java
- Stars
- 284
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Operation interfaces should be parameterized on id-type (as well as entity)
Currently, the id-type for couchbase repositories must be String.
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.
Research direction
Start by locating the Couchbase operation interfaces and repository APIs that currently constrain the id type to String. Check the linked pull request for prior context, then add coverage demonstrating repositories with a non-String id type and verify the operation interfaces preserve both entity and id generics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100