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
there are 5 toBigInteger calls in jackson-databind code and it will be hard to access StreamReadConstraints (unless StreamReadConstraints,defaults() is used)
it should be safe to ignore code that takes doubles/floats and applies BigDecimal.valueOf(value).toBigInteger because the max scale of a double is 308.
The text was updated successfully, but these errors were encountered:
BigDecimal
toBigInteger
wrt ultra-large scale jackson-core#968The text was updated successfully, but these errors were encountered: