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

Jackson 2.13 #740

Merged
merged 1 commit into from Apr 6, 2022
Merged

Jackson 2.13 #740

merged 1 commit into from Apr 6, 2022

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Apr 5, 2022

So akka is very conservative about upgrading jackson, because they do not want to break any existing apps.
However, based on these comments I assume akka itself will should work just fine with latest jackson since it "do[es]n't rely on any of the parts that changed":

So I suggest, if everything works out and CI agrees to finally upgrade jackson in play-json and play itself to the latest version for the next major release.

val jacksonVersion = "2.11.4"
val jacksonDatabindVersion = jacksonVersion
val jacksonVersion = "2.13.2"
val jacksonDatabindVersion = "2.13.2.2"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkurz mkurz linked an issue Apr 5, 2022 that may be closed by this pull request
@mkurz mkurz merged commit 50c0027 into playframework:main Apr 6, 2022
@mkurz mkurz deleted the jackson_2.13 branch April 6, 2022 23:35
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 this pull request may close these issues.

Upgrade to Jackson 2.12.x
1 participant