File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.14.0-SNAPSHOT </version >
11
+ <version >2.14.0</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change @@ -14,13 +14,7 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- Not yet released :
18
-
19
- #834 : ReaderBaseJsonParser ._verifyRootSpace () can cause buffer boundary failure
20
-
21
- 2.14 .0 - rc3 (28 - Oct - 2022 )
22
- 2.14 .0 - rc2 (10 - Oct - 2022 )
23
- 2.14 .0 - rc1 (25 - Sep - 2022 )
17
+ 2.14 .0 (05 - Nov - 2022 )
24
18
25
19
#478 : Provide implementation of async JSON parser fed by `ByteBufferFeeder `
26
20
(requested by Arjen P )
@@ -78,6 +72,7 @@ Not yet released:
78
72
(contributed by @pjfanning )
79
73
#830 : Make `BigDecimal` parsing lazy
80
74
(contributed by @pjfanning )
75
+ #834 : ReaderBaseJsonParser._verifyRootSpace() can cause buffer boundary failure
81
76
82
77
2.13 .4 (03 - Sep - 2022 )
83
78
You can’t perform that action at this time.
0 commit comments