FasterXML / jackson-dataformats-binary

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

use _updateToken #504

Closed pjfanning closed 4 months ago

pjfanning commented 4 months ago

see https://github.com/FasterXML/jackson-core/pull/1311

cowtowncoder commented 4 months ago

I merged the null-safe updateToken(), probably useful here.

pjfanning commented 4 months ago

The AvroParser needed _nullSafeUpdateToken. The PR is ready for review now.