-
Notifications
You must be signed in to change notification settings - Fork 1.1k
UpdateMapper drops numeric keys in Maps #3552
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
Labels
Milestone
Comments
Thanks for reporting. We'll look into this. |
Note that the 1.x line of Spring Data MongoDB is out of maintenance since late 2019. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Numeric Bson Ids are dropped when using findAndModify method in org.springframework.data.mongodb.core.MongoTemplate.
Ex:
Foo is saved us
and resulting in exception
Note: This is working when we directly using Java Mongo driver instead of spring-data-mongodb.
spring-data-mongodb version is: 1.10.18.RELEASE
The text was updated successfully, but these errors were encountered: