Skip to content

Commit

Permalink
Added note about FasterXML#670
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed May 4, 2023
1 parent 844032c commit 9c9090e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Co-maintainers:

2.15.0 (23-Apr-2023)

This version has a regression regarding the serialization result of `getter-like` functions starting with `is`.
For example, a function defined as `fun isValid(): Boolean`, which was previously output with the name `valid`, is now output with the name `isValid`.

See #670 for details.

#396: (regression) no default no-arguments constructor found
(fix via [jackson-dataformat-xml#547])
#554: Add extension function for addMixin
Expand Down

0 comments on commit 9c9090e

Please sign in to comment.