Jackson Library Version #2220
Answered
by
EmadAlblueshi
EmadAlblueshi
asked this question in
Q&A
-
As far as I know the Jackson library is being used in Pekko Serialization and Pekko HTTP. Is there any plan to unify the jackson version among Pekko sbt/maven packages? |
Beta Was this translation helpful? Give feedback.
Answered by
EmadAlblueshi
Sep 14, 2025
Replies: 1 comment 1 reply
-
Jackson is an optional dependency. We try to manage the version to keep it consistent but in the end of the day, when you use deploy your own apps and they just happen to use Pekko - it is still up to you to manage the dependencies of your app. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I experienced an error in Pekko http with Jackson that causes shutting down my Pekko app because of different versions in Pekko serialization and Pekko HTTP Jackson.
I solved it by forcing unified version of Jackson using maven dependency management for all Pekko packages.