You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These settings are not likely to be supported for data formats in this project. Some support already exists for the pre-existing StreamReadConstraints settings.
This issue specifically for supporting maxDocumentLength validation; #475 is for name length validation.
The text was updated successfully, but these errors were encountered:
Limited to CBOR, Smile for this issue. (as two implementations are quite similar and probably be worked on at same time).
May/should create separate ones for Avro, Protobuf, Ion; those implementations quite different so not that much shared work.
cowtowncoder
changed the title
Support for StreamReadConstraints for CBOR, Smile backends
Support for StreamReadConstraints.maxDocumentLength for CBOR, Smile backends
Jan 26, 2024
cowtowncoder
changed the title
Support for StreamReadConstraints.maxDocumentLength for CBOR, Smile backends
Support for StreamReadConstraints.maxDocumentLength validation for CBOR, Smile backends
Jan 26, 2024
cowtowncoder
changed the title
Support for StreamReadConstraints.maxDocumentLength validation for CBOR, Smile backends
Support StreamReadConstraints.maxDocumentLength validation for CBOR, Smile
Jan 26, 2024
https://github.com/FasterXML/jackson-core/blob/2.16/src/main/java/com/fasterxml/jackson/core/StreamReadConstraints.java
equivalent of FasterXML/jackson-dataformats-text#430 and #358
In particular, the 2 new ones (in 2.16)
These settings are not likely to be supported for data formats in this project. Some support already exists for the pre-existing StreamReadConstraints settings.
This issue specifically for supporting
maxDocumentLength
validation; #475 is for name length validation.The text was updated successfully, but these errors were encountered: