Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 29, 2024
1 parent d512683 commit 9d31ec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1765,3 +1765,9 @@ Kyrylo Merzlikin (kirmerzlikin@github)
Miguel Mendes Ruiz (migmruiz@github)
* Reported #4428: `ByteBuddy` scope went beyond `test` in version 2.17.0
(2.17.1)

Oddbjørn Kvalsund (oddbjornkvalsund@github)
* Reported, contributed fix for #4430: Use `ReentrantLock` instead of `synchronized`
in `DeserializerCache` to avoid deadlock on pinning
(2.17.1)

3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Project: jackson-databind
#4428: `ByteBuddy` scope went beyond `test` in version 2.17.0
(reported by Miguel M-R)
(fix by Joo-Hyuk K)
#4430: Use `ReentrantLock` instead of `synchronized` in `DeserializerCache`
to avoid deadlock on pinning
(reported, fix contributed by Oddbjørn K)
#4435: Cannot deserialize value of type `java.math.BigDecimal` from
String ".05": not a valid representation
(reported by @EAlf91)
Expand Down

0 comments on commit 9d31ec7

Please sign in to comment.