File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1479,3 +1479,7 @@ PJ Fanning (pjfanning@github)
1479
1479
(2.14.0)
1480
1480
* Contributed #3530: Change LRUMap to just evict one entry when maxEntries reached
1481
1481
(2.14.0)
1482
+
1483
+ Jordi Ortolá Ankum (Tomasito665@github)
1484
+ * Contributed #3503: `StdDeserializer` coerces ints to floats even if configured to fail
1485
+ (2.14.0)
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Project: jackson-databind
39
39
`@JsonInclude(value = JsonInclude.Include.CUSTOM, valueFilter = SomeFieldFilter.class )`
40
40
(contributed by AmiDavidW@github)
41
41
#3497 : Deserialization of Throwables with PropertyNamingStrategy does not work
42
+ #3503 : `StdDeserializer` coerces ints to floats even if configured to fail
43
+ (contributed by Jordi O-A)
42
44
#3528 : `TokenBuffer` defaults for parser/stream-read features neither passed
43
45
from parser nor use real defaults
44
46
#3530 : Change LRUMap to just evict one entry when maxEntries reached
You can’t perform that action at this time.
0 commit comments