FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

[smile] Ignore USE_BIG_DECIMAL_FOR_FLOATS for NaN/Infinity #158

Closed manuel-hegner closed 4 years ago

manuel-hegner commented 5 years ago

The problem described in fasterxml/jackson-databind#1028 still seems to be a problem if the smile format is used.

cowtowncoder commented 5 years ago

@manuel-hegner Would it be possible to come up with a simple unit test & include version numbers relevant? That'd make it easier to verify and fix?

cowtowncoder commented 5 years ago

I can not actually reproduce this, using test from issue linked, so would need help show how it occurs.

cowtowncoder commented 4 years ago

Can not proceed without reproduction, closing but may be reopened with a test case against latest minor version.