FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.11k stars 175 forks source link

Fixed problem with code compiled with 2.17.x losing backward compatibility #799

Closed k163377 closed 2 months ago

k163377 commented 2 months ago

As reported in #775, due to changes made in #741, code compiled using 2.17.0 and 2.17.1 is not compatible with older versions. As far as decompiling and checking, this problem no longer occurs, as this change clearly causes the no-argument function to be called.

Fixes #775