-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Jackson version too old which lead to version conflict. #31097
Comments
Yes: jackson changed between 2.11.4 and 2.13.1. While we don't rely on any of the parts that changed, so Akka works fine with 2.13.1, there could be projects using Akka that do rely on the 2.11 behavior. For that reason we're reluctant to update jackson in Akka, since that might force projects to also update, which might not be easy. It's fine to update jackson in your project though. To fix the problem you're running into, make sure you also upgrade the Let's keep this issue open until we have added a page to the docs describing this. |
* Update Jackson to 2.13.4, akka#31097 * note in migration guide
Now used jackson version is
2.11.4
akka/project/Dependencies.scala
Line 28 in 9b97614
I'm using akka projection with many akka commponts, it will lead error to
My Dependencies
And latest version is
2.13.1
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
Is scala-steward still works or there is other reason for stay jackson verison to 2.11.4?
How about update jackson dependcy to latest version ?
The text was updated successfully, but these errors were encountered: