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

support deep nesting check - smile format #362

Closed pjfanning closed 1 year ago

cowtowncoder commented 1 year ago

Merged into 2.15, master -- fails in master due to differences in token stream context, need to fix SimpleStreamReadContext to increase depth.

cowtowncoder commented 1 year ago

Issue resolved, master/3.0 works too.