spring-projects / spring-projects/spring-data-mongodb
Provide Path Information during domain type mapping for write operation
Open
Nobody has claimed this yet.
theme: 5.1
type: enhancement
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
ValueConversion requires sometimes for that just the plain property information but also the contextual path in wich it is called. we should make sure to provide it.
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 ValueConversion and the write-side domain type mapping entry point. Trace where only plain property information is supplied during a write operation, then verify that the contextual path is available wherever the conversion is invoked. Done means conversions receive the required path information without losing existing property context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100