-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Getting exception in MappingMongoConverter while trying to map array of string into string #4371
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
Comments
It is hard to tell what actually causes the problem by just looking at the exception message without the context the conversion is running in. Please take the time to provide a complete minimal sample (something that we can unzip or git clone, build, and deploy) that reproduces the problem. |
I wrote a demo application, you may need:
|
@packageman thanks for the reproducer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I upgrade spring-data-mongodb from 3.1.8 to 3.3.5, I encountered below exception:
Checked MappingMongoConverter.java commit history, I found out that this commit caused the above exception. It seems that this commit is just doing refactoring, not to change the program execution behavior.
So is the above exception an intentional change or a bug caused by refactoring?
The text was updated successfully, but these errors were encountered: