ktorm
ktorm copied to clipboard
Not compatible with jackson-module-kotlin v2.16.0
After updating jackson-module-kotlin to v2.16.0 we get the following error:
java.lang.NoSuchMethodError: 'void com.fasterxml.jackson.module.kotlin.KotlinModule.<init>(int, boolean, boolean, boolean, com.fasterxml.jackson.module.kotlin.SingletonSupport, boolean, int, kotlin.jvm.internal.DefaultConstructorMarker)'
at org.ktorm.jackson.JsonSqlTypeKt.<clinit>(JsonSqlType.kt:34)
Seems like jackson-module-kotlin v2.16.0 is not binary compatible to previous versions.
See also https://github.com/FasterXML/jackson-module-kotlin/issues/610#issuecomment-1815879042
Hi, are there any plans to publish a bugfix release soon?
I have the same problem too. Please fix. :(
I have the same issue. Looking forward for the fix.
+1