Skip to content

KotlinObjectMapperFactory is not forwards compatible #2071

@Sineaggi

Description

@Sineaggi

Expected Behavior

KotlinObjectMapperFactory works

Actual Behavior

KotlinObjectMapperFactory crashes with MethodNotFoundError

Steps to Reproduce the Problem

  1. Use temporal kotlin
  2. Upgrade jackson kotlin library
  3. Crash

Specifications

  • Version:
  • Platform:

Instead of using a deprecated method, it would have been best to try using the builder first, then fall back to the deprecated KotlinModule constructor. Alternatively, we should just use the builder as we can't even pick which KotlinModule constructor we compile against.

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