-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BigDecimal
deserialization issue when using @JsonCreator
#4917
Comments
Can you tell us what the issue is? It takes time to reproduce the issue - why not also provide a description of the issue? Are you saying that 100.0 is not equal to 100.00 and that is your issue? |
According to the provided input for JSON reading:
|
BigDecimal
deserialization issue when using @JsonCreator
Fixed via FasterXML/jackson-core#1391 on
|
Thank you guys! |
Search before asking
Describe the bug
Deserialization doesn't work correctly on Double/Float fields after processing BigDecimal's wrapper used in conjunction with @JsonCreator annotation.
Version Information
2.18.2
Reproduction
Expected behavior
Objects are correctly deserialized
Additional context
No response
The text was updated successfully, but these errors were encountered: