jackson-dataformats-text icon indicating copy to clipboard operation
jackson-dataformats-text copied to clipboard

Support for StreamReadConstraints (max name, document lengths) -- csv, properties, yaml

Open pjfanning opened this issue 2 years ago • 1 comments

https://github.com/FasterXML/jackson-core/blob/2.16/src/main/java/com/fasterxml/jackson/core/StreamReadConstraints.java

equivalent of https://github.com/FasterXML/jackson-dataformat-xml/issues/609 and https://github.com/FasterXML/jackson-dataformats-binary/issues/392

In particular, the 2 new ones (in 2.16)

  • maxDocumentLength
  • maxNameLength

These settings are not likely to be supported for data formats in this project. Some support already exists for the pre-existing StreamReadConstraints settings.

pjfanning avatar Sep 11 '23 12:09 pjfanning

Supported added for YAML, so will remove yaml label.

Remains to be supported by csv, properties and toml backends.

cowtowncoder avatar Jan 05 '25 03:01 cowtowncoder