Skip to content

Commit 6f337da

Browse files
committed
Prepare for 2.16.0 release
1 parent 1cfb490 commit 6f337da

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.16.0-SNAPSHOT</version>
11+
<version>2.16.0</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

+3-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

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)
2318

2419
#991: Change `StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` default to `false`
2520
in Jackson 2.16
@@ -54,6 +49,8 @@ Not yet released:
5449
#1081: Make `ByteSourceJsonBootstrapper` use `StringReader` for < 8KiB byte[] inputs
5550
(contributed by @schlosna)
5651
#1089: Allow pluggable buffer recycling via new `BufferRecyclerPool` extension point
52+
#1136: Change parsing error message to mention `-INF`
53+
- Make `JacksonFeatureSet` serializable
5754

5855
2.15.3 (12-Oct-2023)
5956

0 commit comments

Comments
 (0)