spring-projects / spring-projects/spring-boot
Add a configuration property to control Spring Data MongoDB's verification of representation configuration
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
https://github.com/spring-projects/spring-data-mongodb/issues/5037#issuecomment-3219558926 proposes adding a feature to Spring Data MongoDB to verify an app's representation configuration against the entities that it will persist to MongoDB. Boot should provide a configuration property that can be used to turn this verification on/off.
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 reading the linked Spring Data MongoDB issue and reviewing Spring Boot's existing MongoDB configuration properties. The work is done when Boot exposes a property that enables or disables representation-configuration verification for the entities persisted to MongoDB.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb, spring-boot
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100