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

fix master branch build error around Deprecation Error #815

Closed JooHyukKim closed 3 weeks ago

JooHyukKim commented 4 weeks ago

fixes #813

cowtowncoder commented 4 weeks ago

@k163377 WDYT? I'd like you to verify this is the way to go as I don't know enough. CI passes so that makes sense.

k163377 commented 3 weeks ago

It may be some error related to Kotlin 2.0. It is a good temporary fix policy regarding the master branch, but I think the root cause is different.

@JooHyukKim Could you also remove the SingletonSupport class?

JooHyukKim commented 3 weeks ago

@cowtowncoder @k163377 Applied suggestions/fixes. Thanks!

cowtowncoder commented 3 weeks ago

@cowtowncoder Good as far as I know but I think @k163377 has the final say here :)

k163377 commented 3 weeks ago

Thank you for the correction and sorry for the delay in checking.