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.12k stars 175 forks source link

Fix databind/4295 to allow KotlinModule auto-registration #749

Closed cowtowncoder closed 8 months ago

cowtowncoder commented 8 months ago

Fixes https://github.com/FasterXML/jackson-databind/issues/4295 by correcting SPI metadata needed for auto-discovery/registration.

cowtowncoder commented 8 months ago

@k163377 I think this should fix it.

k163377 commented 8 months ago

Thanks a lot!

cowtowncoder commented 8 months ago

No problem @k163377 good catch! Not sure how I missed conversion originally.