Skip to content

Commit

Permalink
Prepare for 2.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 15, 2023
1 parent 1cfb490 commit 6f337da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.16.0-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down
9 changes: 3 additions & 6 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ a pure JSON library.
=== Releases ===
------------------------------------------------------------------------

Not yet released:

#1136: Change parsing error message to mention `-INF`
- Make `JacksonFeatureSet` serializable

2.16.0-rc1 (20-Oct-2023)
2.16.0-rc1 (15-Nov-2023)

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

2.15.3 (12-Oct-2023)

Expand Down

0 comments on commit 6f337da

Please sign in to comment.