Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for StreamReadConstraints (max name, document lengths) #430

Open
pjfanning opened this issue Sep 11, 2023 · 0 comments
Open

support for StreamReadConstraints (max name, document lengths) #430

pjfanning opened this issue Sep 11, 2023 · 0 comments
Labels
csv Properties Issue related to (Java) Properties format backend TOML Issue related to TOML format backend yaml Issue related to YAML format backend

Comments

@pjfanning
Copy link
Member

pjfanning commented Sep 11, 2023

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

equivalent of FasterXML/jackson-dataformat-xml#609 and FasterXML/jackson-dataformats-binary#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.

@cowtowncoder cowtowncoder changed the title support for StreamReadConstraints support for StreamReadConstraints (max name, document lengths) Oct 19, 2023
@cowtowncoder cowtowncoder added Properties Issue related to (Java) Properties format backend yaml Issue related to YAML format backend csv TOML Issue related to TOML format backend labels Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csv Properties Issue related to (Java) Properties format backend TOML Issue related to TOML format backend yaml Issue related to YAML format backend
Projects
None yet
Development

No branches or pull requests

2 participants