spring-projects / spring-projects/spring-data-couchbase

Operation interfaces should be parameterized on id-type (as well as entity)

Open
#1,053 0 comments 0 reactions 0 assignees View on GitHub

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.