Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KotlinObjectMapperFactory is not forwards compatible #2071

Open
Sineaggi opened this issue May 20, 2024 · 0 comments · May be fixed by #2072
Open

KotlinObjectMapperFactory is not forwards compatible #2071

Sineaggi opened this issue May 20, 2024 · 0 comments · May be fixed by #2072

Comments

@Sineaggi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant