Play 2.8.5 Released
The Play Team is proud to announce the release of Play 2.8.5.
What is new?
The following is the main change of this bugfix release:
- (regression since 2.8.0)
Json.toJson
is serializing private fields by default for Jackson (https://github.com/playframework/playframework/pull/10523). This is potentially a data leak for users handling sensitive data onprivate
fields of classes serialized as JSON.
Other improvements in this release:
- Remove the deprecated
FakeKeyStore
(https://github.com/playframework/playframework/pull/10487)
For more details see the full list of changes and the 2.8.5 milestone.
Credits
Finally, thanks to the community for their help with detailed bug reports, discussion about new features, and pull requests review. Play 2.8.5 is only possible due to the help we had from amazing contributors.
Thanks to Lightbend for their continued sponsorship of the Play core teamβs efforts. Lightbend offers commercial support for Play.