Skip to content

Commit

Permalink
Removed references to Issue that is no longer actually corrected
Browse files Browse the repository at this point in the history
With the 2.15.2-beta3 fix, the Java style getter is no longer ignored, so this issue is back.
https://github.com/ProjectMapK/jackson-module-kogera/releases/tag/2.15.2-beta3

Since this is an edge case and can be handled by the user, I will not consider addressing this Issue.
  • Loading branch information
k163377 committed Nov 30, 2024
1 parent b1096b6 commit 3fd4802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/FixedIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ A list of issues that have not been resolved in `jackson-module-kotlin`, but hav

## Fixed
- [Getting MismatchedInputException instead of MissingKotlinParameterException · Issue \#234](https://github.com/FasterXML/jackson-module-kotlin/issues/234)
- [Private getter with different return type hides property · Issue \#341](https://github.com/FasterXML/jackson-module-kotlin/issues/341)
- [Remove \`kotlin\-reflect\` and replace it with \`kotlinx\-metadata\-jvm\` · Issue \#450](https://github.com/FasterXML/jackson-module-kotlin/issues/450)
- [Annotation given to constructor parameters containing \`value class\` as argument does not work · Issue \#651](https://github.com/FasterXML/jackson-module-kotlin/issues/651)
- [How to deserialize a kotlin\.ranges\.ClosedRange<T> with Jackson · Issue \#663](https://github.com/FasterXML/jackson-module-kotlin/issues/663)
Expand Down

0 comments on commit 3fd4802

Please sign in to comment.