Skip to content

Commit f5a445a

Browse files
committed
Prepare for 2.16.0 release
1 parent 3a271be commit f5a445a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.16.0-SNAPSHOT</version>
12+
<version>2.16.0</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>

release-notes/VERSION-2.x

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
(not yet released)
7+
2.16.0 (15-Npv-2023)
88

99
#1770: Incorrect deserialization for `BigDecimal` numbers
1010
(reported by @cristian-mocanu-mob)
1111
(fix contributed by @pjfanning)
12-
#4184: `BeanDeserializer` updates `currentValue` incorrectly when
13-
deserialising empty Object
14-
(reported by @nocny-x)
15-
16-
2.16.0-rc1 (20-Oct-2023)
17-
1812
#2502: Add a way to configure caches Jackson uses
1913
(contributed by Joo-Hyuk K)
2014
#2787: Mix-ins do not work for `Enum`s
@@ -107,6 +101,9 @@ Project: jackson-databind
107101
#4175: Exception when deserialization of private record with default constructor
108102
(reported by Jan P)
109103
(contributed by Joo-Hyuk K)
104+
#4184: `BeanDeserializer` updates `currentValue` incorrectly when
105+
deserialising empty Object
106+
(reported by @nocny-x)
110107

111108
2.15.4 (not yet released)
112109

0 commit comments

Comments
 (0)