Skip to content

KotlinObjectMapperFactory is not forwards compatible #2071

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to 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