Play 2.8.15 (Spring4Shell / Experimental support for Java 17) #11216
mkurz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Play Team is happy to announce the release of Play 2.8.15.
📗 What is new?
The following are the relevant changes of this bugfix release.
🐞 Fixed Spring4Shell (
CVE-2022-22965
)This RCE vulnerability might affect Play Java users that deploy their applications as a war file (e.g. in Tomcat).
More details can be found here: A note on Spring4Shell for Play Java users
☕ Experimental support for Java 17
You should now be able to run your Play applications with Java 17, but to do so, you have to make some adjustments.
typetools
(see Java Routing DSL does not work with Java 12 onwards #10055 and Update typetools to 0.6.3 #10814):jnotify
for theFileWatchService
(like in this removed test)OneServerPerTestWithComponents
orGuiceOneServerPerTest
(see JDK 17 IllegalAccessError because Play listens to https port in tests #11209):If you run into any other issues please let us know by opening a bug report, thanks!
📖 Following pull requests got merged for this release
-XX:MaxPermSize
, breaks on Java 17 #11210 Remove-XX:MaxPermSize
, breaks on Java 17 by @mkurzPOST
#11195 Doc fix: Body needs to be redirected withPOST
by @mkurzFor more details see the full list of changes and the 2.8.15 milestone.
❤️ Thanks to our premium sponsors!
If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.
🙇 Thanks to our contributors
Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!
This discussion was created from the release Play 2.8.15.
Beta Was this translation helpful? Give feedback.
All reactions