spring-projects / spring-projects/spring-data-relational
Disable auto-apply custom converts [DATAJDBC-379]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
James Clark opened DATAJDBC-379 and commented
We should add the ability to disable auto-applied custom converters. I.E. just because a conversion exists, doesn't mean it should be used by default. We should then provide a "@Convert" annotation, similar to the JPA one, that allows columns to specify which converter to use
Issue Links:
- DATACMNS-1036 Add API for property specific converters
("depends on")
1 votes, 1 watchers
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
The payload names no source files or tests. Start by reviewing the linked DATACMNS-1036 dependency, then confirm the intended API for disabling automatic custom converters and selecting one with @Convert; done is an agreed implementation of both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100