`jackson-module-kotlin` 2.17.0-rc1 has been releas...
# feed
w
jackson-module-kotlin
2.17.0-rc1 has been released. This version contains major changes, so please help us test it. https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-kotlin/2.17.0-rc1 This release includes deserialization support for the value class. Also, KotlinFeatures can now be set in the jacksonObjectMapper and registerKotlinModule functions for smarter configuration.
Copy code
registerKotlinModule {
    enable(KotlinFeature.StrictNullChecks)
        .enable(KotlinFeature.NullToEmptyCollection)
}
For complete release notes, please see below. https://github.com/FasterXML/jackson-module-kotlin/blob/2.17/release-notes/VERSION-2.x
👏 3
🎉 4
👍 2