Skip to content

Not compatible with jackson-module-kotlin v2.16.0 #526

@florianmutter

Description

@florianmutter

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 FasterXML/jackson-module-kotlin#610 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions