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
The broken test in DeepJsonNodeSerTest is because of the jsonNode and the toString call. That call uses InternalNodeMapperwhich has its own hardcoded JsonMapper. That JsonMapper instance uses the default StreamWriteConstraints. The jsonNode has data that exceeds the max default depth allowed.
The text was updated successfully, but these errors were encountered:
No, there is no need to change these settings -- this class is only ever to be used for JsonNode.toString() and as such is expected not to be configurable.
Relates to #4016
The broken test in DeepJsonNodeSerTest is because of the
jsonNode
and thetoString
call. That call uses InternalNodeMapperwhich has its own hardcoded JsonMapper. That JsonMapper instance uses the default StreamWriteConstraints. The jsonNode has data that exceeds the max default depth allowed.The text was updated successfully, but these errors were encountered: