Skip to content

Fix regression in findAndReplace when using native mongodb types as domain value #4310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

christophstrobl
Copy link
Member

This PR fixes a regression that prevented native org.bson.Document to serve as source for a findAndReplace operation.

Closes: #4300

…omain value.

This commit fixes a regression that prevented native org.bson.Document to serve as source for a findAndReplaceOperation.
christophstrobl added a commit that referenced this pull request Mar 2, 2023
…omain value.

This commit fixes a regression that prevented native org.bson.Document to serve as source for a findAndReplaceOperation.

Closes: #4300
Original Pull Request: #4310
christophstrobl added a commit that referenced this pull request Mar 2, 2023
…omain value.

This commit fixes a regression that prevented native org.bson.Document to serve as source for a findAndReplaceOperation.

Closes: #4300
Original Pull Request: #4310
@christophstrobl christophstrobl deleted the issue/4300 branch March 2, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After migrating to spring boot 3.0.2 getting - Couldn't find PersistentEntity for type class org.bson.Document
2 participants