File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,11 @@ a pure JSON library.
57
57
allow for deferred decoding in some cases
58
58
#921 : Add `JsonFactory.Feature.CHARSET_DETECTION` to disable charset detection
59
59
(contributed by @yawkat )
60
+ #943 : Add `StreamReadConstraints.maxNestingDepth()` to constraint max nesting
61
+ depth (default : 1000 )
60
62
#948 : Use `StreamConstraintsException` in name canonicalizers
61
63
(contributed by @pjfanning )
62
64
#962 : Offer a way to directly set `StreamReadConstraints` via `JsonFactory` (not just Builder)
63
- #965 : 2.15.0-rc1 missing Gradle module metadata marker in pom.xml
64
65
#968 : Prevent inefficient internal conversion from `BigDecimal` to `BigInteger`
65
66
wrt ultra - large scale
66
67
#984 : Add `JsonGenerator.copyCurrentEventExact` as alternative to `copyCurrentEvent()`
You can’t perform that action at this time.
0 commit comments