Skip to content

Commit c248281

Browse files
committed
Update release notes wrt #863
1 parent b14ec4a commit c248281

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

release-notes/CREDITS-2.x

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ core component, version 2.x
66

77
Tatu Saloranta, tatu.saloranta@iki.fi: author
88

9+
PJ Fanning (pjfanning@github): co-author (2.15+)
10+
11+
----------------------------------------------------------------------------
12+
913
Pascal Glinas:
1014
* Reported [JACKSON-827]: 2.0.0 was accidentally requiring JDK 1.6
1115
(should still be 1.5)
@@ -305,6 +309,11 @@ PJ Fanning (pjfanning@github)
305309
* Contributed #774: Add a feature to allow leading plus sign
306310
(`JsonReadFeature.ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS`)
307311
(2.14.0)
312+
* Contributed #827: Add numeric value size limits via `StreamReadConstraints`
313+
(2.15.0)
314+
* Contributed #863: Add `StreamReadConstraints` limit for longest textual value to
315+
(2.15.0)
316+
* ... and countless more
308317

309318
Ilya Golovin (ilgo0413@github)
310319
* Contributed #684: Add "JsonPointer#appendProperty" and "JsonPointer#appendIndex"

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ JSON library.
2222
#851: Add `StreamReadFeature.USE_FAST_BIG_DECIMAL_PARSER` to enable
2323
faster `BigDecimal`, `BigInteger` parsing
2424
(contributed by @pjfanning)
25+
#863: Add `StreamReadConstraints` limit for longest textual value to
26+
allow (default: 1M)
27+
(contributed by @pjfanning)
2528
#865: Optimize parsing 19 digit longs
2629
(contributed by Phillipe M)
2730
#897: Note that jackson-core 2.15 is now a multi-release jar

0 commit comments

Comments
 (0)