ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Not compatible with jackson-module-kotlin v2.16.0

Open florianmutter opened this issue 2 years ago • 4 comments

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

florianmutter avatar Nov 17 '23 07:11 florianmutter

Hi, are there any plans to publish a bugfix release soon?

sam0r040 avatar Dec 12 '23 14:12 sam0r040

I have the same problem too. Please fix. :(

maxtar avatar Apr 08 '24 15:04 maxtar

I have the same issue. Looking forward for the fix.

Sir-Gil-Galad avatar May 31 '24 09:05 Sir-Gil-Galad

+1

milux avatar Jun 07 '24 13:06 milux