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

Deprecate `CloseSafeUTF8Writer`, remove use #248

Closed cowtowncoder closed 3 years ago

cowtowncoder commented 3 years ago

Ion backend uses class CloseSafeUTF8Writer to work around some issues, it seems; but looking at code it does not seem be necessary any more -- issues with UTF8Writer (from jackson-core) have been fixed at some point. To minimize the risk of any regression this should go in 2.13.