-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
status: feedback-providedFeedback has been providedFeedback has been providedstatus: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged
Description
Hi there, we have an application that uses MongoTemplate.findAndModify
the method to update MongoDB, and I want to add bypassDocumentValidation
to the query.
However, I noticed that the FindAndModifyCallback
doesn't pass bypassDocumentValidation from the FindAndModifyOptions
to the FindOneAndUpdateOptions
. I'm wondering if there's any way to bypass document validation using MongoTemplate
?
Metadata
Metadata
Assignees
Labels
status: feedback-providedFeedback has been providedFeedback has been providedstatus: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triaged