File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1765,3 +1765,9 @@ Kyrylo Merzlikin (kirmerzlikin@github)
17651765Miguel Mendes Ruiz (migmruiz@github)
17661766 * Reported #4428 : `ByteBuddy` scope went beyond `test` in version 2.17.0
17671767 (2.17.1 )
1768+
1769+ Oddbjørn Kvalsund (oddbjornkvalsund@github)
1770+ * Reported, contributed fix for #4430 : Use `ReentrantLock` instead of `synchronized`
1771+ in `DeserializerCache` to avoid deadlock on pinning
1772+ (2.17.1 )
1773+
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Project: jackson-databind
1313#4428 : `ByteBuddy` scope went beyond `test` in version 2.17.0
1414 (reported by Miguel M-R)
1515 (fix by Joo-Hyuk K)
16+ #4430 : Use `ReentrantLock` instead of `synchronized` in `DeserializerCache`
17+ to avoid deadlock on pinning
18+ (reported, fix contributed by Oddbjørn K)
1619#4435 : Cannot deserialize value of type `java.math.BigDecimal` from
1720 String " .05" : not a valid representation
1821 (reported by @EAlf91)
You can’t perform that action at this time.
0 commit comments