File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- Unreleased :
18
-
19
- #736 : `JsonPointer` quadratic memory use: OOME on deep inputs
20
- (reported by Doug R )
21
-
22
17
2.14 .0 - rc2 (10 - Oct - 2022 )
23
18
2.14 .0 - rc1 (25 - Sep - 2022 )
24
19
@@ -38,6 +33,8 @@ Unreleased:
38
33
#733 : Add `StreamReadCapability.EXACT_FLOATS` to indicate whether parser reports exact
39
34
floating - point values or not
40
35
(contributed Doug R )
36
+ #736 : `JsonPointer` quadratic memory use: OOME on deep inputs
37
+ (reported by Doug R )
41
38
#745 : Change minimum Java version to 8
42
39
#749 : Allow use of faster floating-point number serialization
43
40
(`StreamWriteFeature .USE_FAST_DOUBLE_WRITER `)
@@ -70,6 +67,8 @@ Unreleased:
70
67
`byte []`/`char []`/String - with - offsets input
71
68
#812 : Add explicit bounds checks for `JsonFactory.createParser()` methods
72
69
that take `byte []`/`char []`- with - offsets input
70
+ #814 : Use `BigDecimalParser` for BigInteger parsing very long numbers
71
+ (contributed by @pjfanning )
73
72
#818 : Calling `JsonPointer.compile(...)` on very deeply nested expression
74
73
throws `StackOverflowErrror `
75
74
#822 : Declare osgi.serviceloader.registrar requirement as optional
You can’t perform that action at this time.
0 commit comments