Skip to content
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

DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS not obeyed by JsonNodeDeserializer? #4415

Closed
cowtowncoder opened this issue Mar 4, 2024 · 1 comment
Labels
2.17 Issues planned at earliest for 2.17

Comments

@cowtowncoder
Copy link
Member

Describe your Issue

As per:

https:/FasterXML/jackson-databind/blob/2.17/src/main/java/com/fasterxml/jackson/databind/deser/std/UntypedObjectDeserializerNR.java#L358

it looks as if USE_BIG_DECIMAL_FOR_FLOATS was not being checked for some cases of FP number deserialization?
I think we have some tests so I may be missing something, but it'd be good to verify this setting.

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 2.17 Issues planned at earliest for 2.17 and removed to-evaluate Issue that has been received but not yet evaluated labels Mar 4, 2024
@cowtowncoder
Copy link
Member Author

Actually, looking at that code again I think it is fine; closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.17 Issues planned at earliest for 2.17
Projects
None yet
Development

No branches or pull requests

1 participant