File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ core component, version 2.x
6
6
7
7
Tatu Saloranta , tatu .saloranta @iki .fi : author
8
8
9
+ PJ Fanning (pjfanning @github ): co - author (2.15 + )
10
+
11
+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
12
+
9
13
Pascal G �linas :
10
14
* Reported [JACKSON - 827 ]: 2.0 .0 was accidentally requiring JDK 1.6
11
15
(should still be 1.5 )
@@ -305,6 +309,11 @@ PJ Fanning (pjfanning@github)
305
309
* Contributed #774 : Add a feature to allow leading plus sign
306
310
(`JsonReadFeature .ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS `)
307
311
(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
308
317
309
318
Ilya Golovin (ilgo0413 @github )
310
319
* Contributed #684 : Add "JsonPointer#appendProperty" and "JsonPointer#appendIndex"
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ JSON library.
22
22
#851 : Add `StreamReadFeature .USE_FAST_BIG_DECIMAL_PARSER ` to enable
23
23
faster `BigDecimal `, `BigInteger ` parsing
24
24
(contributed by @pjfanning )
25
+ #863 : Add `StreamReadConstraints ` limit for longest textual value to
26
+ allow (default : 1 M )
27
+ (contributed by @pjfanning )
25
28
#865 : Optimize parsing 19 digit longs
26
29
(contributed by Phillipe M )
27
30
#897 : Note that jackson-core 2.15 is now a multi-release jar
You can’t perform that action at this time.
0 commit comments