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

Now failing test in 2.18 after Property Introspection Rewrite #801

Closed JooHyukKim closed 1 month ago

JooHyukKim commented 1 month ago

Search before asking

Describe the bug

After https://github.com/FasterXML/jackson-databind/issues/4515 Property Introspection rewrite, test Github145.testPerson7() is now failing.

To Reproduce

Reproduction is the Github145.testPerson7() test.

Check https://github.com/FasterXML/jackson-module-kotlin/actions/runs/9296756320 github action

Expected behavior

No response

Versions

Kotlin: Jackson-module-kotlin: 2.18 Jackson-databind: 2.18

Additional context

No response

cowtowncoder commented 1 month ago

Fixed via #802, closing.