File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
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.16.0-SNAPSHOT </version >
11
+ <version >2.16.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,12 +14,7 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- Not yet released :
18
-
19
- #1136 : Change parsing error message to mention `- INF `
20
- - Make `JacksonFeatureSet ` serializable
21
-
22
- 2.16 .0 - rc1 (20 - Oct - 2023 )
17
+ 2.16 .0 - rc1 (15 - Nov - 2023 )
23
18
24
19
#991 : Change `StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` default to `false`
25
20
in Jackson 2.16
@@ -54,6 +49,8 @@ Not yet released:
54
49
#1081 : Make `ByteSourceJsonBootstrapper` use `StringReader` for < 8KiB byte[] inputs
55
50
(contributed by @schlosna )
56
51
#1089 : Allow pluggable buffer recycling via new `BufferRecyclerPool` extension point
52
+ #1136 : Change parsing error message to mention `-INF`
53
+ - Make `JacksonFeatureSet ` serializable
57
54
58
55
2.15 .3 (12 - Oct - 2023 )
59
56
You can’t perform that action at this time.
0 commit comments