-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JacksonDataObjectMapper: Allow read/write constraints config
Jackson's object mapper enforces some read/write constraints since release 2.15. The maximum length for strings was limited to 20mb as default. Since Scout dataobject mapper may be used with base64-encoded binary data occasionally, 20mb may not be sufficient for each case. This fix increases the default limit to 100mb and adds support to modify all constraints using config properties. See eclipse-ee4j/jersey#5283 FasterXML/jackson-core#962 FasterXML/jackson-core#964 376418
- Loading branch information
1 parent
c9a36f9
commit 51cc93e
Showing
2 changed files
with
319 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters