spring-projects / spring-projects/spring-data-mongodb
update* and findAndModify methods do not update audit fields. [DATAMONGO-869]
Open
@christophstrobl is already working on this.
Since Dec 30, 2020.
in: core
type: enhancement
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Poorna Subhash opened DATAMONGO-869 and commented
DATAMONGO-811 addressed the update of @Version field.
But both update* and findAndModify methods lack in updating audit fields @CreatedBy, @LastModifiedBy, @CreatedDate, @LastModifiedDate .
Currently I am using workaround by writing aspects on MongoTemplate methods. Explained here http://poornasubhash.blogspot.in/2013/06/spring-mongodb-auditing-and-extensions.html.
It would be nice if this is included as part of framework.
Issue Links:
- DATAMONGO-1482 Auditing annotations does not work when updated using MongoTemplate
("is duplicated by") - DATAMONGO-2317 Auditing field not updated when object updated using update
("is duplicated by")
3 votes, 7 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.
Assessment
This issue has not been assessed yet.