Compilation Error with jackson-kotlin-module (ExtensionKt) #1080
-
|
I am trying to migrate from Jackson 2.x to 3.0.3. I thought it will be simple, but it is proving a bit difficult. I got most of the classes to compile (runtime is another story, haven't reached that far yet!). But I am stuck in one place now. I have a Java class which imports this
Later on in the code, it initialses the
But when change it to:
Maven/IDE starts complaining.
Am I doing something wrong? Or has the class' functionality moved somewhere else? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 6 replies
-
|
Does ExtensionKt still exist in Jackson 3? |
Beta Was this translation helpful? Give feedback.
-
|
@hell-storm2004 can you move this jackson-module-kotlin - there is a different maintainer for that module? That class seems to be gone and Kotlin module users might know what to use instead. |
Beta Was this translation helpful? Give feedback.

@hell-storm2004 can you move this jackson-module-kotlin - there is a different maintainer for that module?
That class seems to be gone and Kotlin module users might know what to use instead.