File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.16.0-SNAPSHOT </version >
12
+ <version >2.16.0</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.core</groupId >
15
15
<artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change @@ -4,17 +4,11 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- ( not yet released )
7
+ 2.16.0 ( 15 -Npv- 2023 )
8
8
9
9
#1770 : Incorrect deserialization for `BigDecimal` numbers
10
10
(reported by @cristian-mocanu-mob)
11
11
(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
-
18
12
#2502 : Add a way to configure caches Jackson uses
19
13
(contributed by Joo-Hyuk K)
20
14
#2787 : Mix-ins do not work for `Enum`s
@@ -107,6 +101,9 @@ Project: jackson-databind
107
101
#4175 : Exception when deserialization of private record with default constructor
108
102
(reported by Jan P)
109
103
(contributed by Joo-Hyuk K)
104
+ #4184 : `BeanDeserializer` updates `currentValue` incorrectly when
105
+ deserialising empty Object
106
+ (reported by @nocny-x)
110
107
111
108
2.15.4 (not yet released)
112
109
You can’t perform that action at this time.
0 commit comments