FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Now failing test in 2.18 after Property Introspection Rewrite

JooHyukKim opened this issue · comments

Search before asking

  • I searched in the issues and found nothing similar.
  • I searched in the issues of databind and other modules used and found nothing similar.
  • I have confirmed that the problem only occurs when using Kotlin.

Describe the bug

After FasterXML/jackson-databind#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

Fixed via #802, closing.