You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
After upgrading to
spring boot 3.0.2
spring-data-mongodb-4.0.1
spring-data-commons-3.0.1
All calls like below are failing with Couldn't find PersistentEntity for type class org.bson.Document:
replacement has no id field, type is org.bson.Document
PS The same code works without any issues on versions:
spring-data-mongodb-3.2.10
spring-data-commons-2.5.10
The text was updated successfully, but these errors were encountered: