Play 3.0.2 #12462
mkurz
announced in
Announcements
Play 3.0.2
#12462
Replies: 1 comment
-
Thanks for the great work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Play Team is pleased to announce the release of Play 3.0.2! 🎉
📗 About this Release
This patch release addresses several bugs and introduces minor enhancements that may benefit you. We strongly recommend upgrading at your earliest convenience.
If you're considering upgrading to Play 3, please check the Play 3 release announcement for highlights and further details on how to migrate.
Noteworthy Pull Requests
play.server.netty.transport = "native"
) now support AArch64 and RISC-V out of the box in Play:AArch64
andRISC-V
(besidesx86-64
) #12405 Make Netty native transport work on LinuxAArch64
andRISC-V
(besidesx86-64
) by @mkurzprivate[this]
#12284 fix warnings with Scala 3.4. avoidprivate[this]
by @xuwei-krepo.typesafe.com
andrepo.scala-sbt.org
repositories. As a result, with this release, all dependencies (including those for testing) are now hosted exclusively on Maven Central. This change ensures that even if one of the deprecated repositories were to become unavailable (as has happened in the past), your projects would not be affected. Moreover, this move allows for the possibility that, 15 years from now, you could still download the Play 3.0.2+ source code and, with just Java and sbt installed, rebuild Play from the sources (assuming Maven Central is still operational, which is more likely). While this may seem a bit far-fetched, we occasionally receive reports from users attempting to rebuild an ancient Play release but are unable to do so because they cannot retrieve all the necessary dependencies./etc/hosts
Full Changelog
Following pull requests got merged for this release:
TestServer.isRunning
should not throw exception but returnfalse
#12409TestServer.isRunning
should not throw exception but returnfalse
by @mkurzAArch64
andRISC-V
(besidesx86-64
) #12405 Make Netty native transport work on LinuxAArch64
andRISC-V
(besidesx86-64
) by @mkurznetty-reactive-streams-http
transitive dependencies #12403 Explicitly depend onnetty-reactive-streams-http
transitive dependencies by @mkurzprivate[this]
#12284 fix warnings with Scala 3.4. avoidprivate[this]
by @xuwei-kplay-stack
image in doc #12162 updateplay-stack
image in doc by @xuwei-kFor more details see the full list of changes and the 3.0.2 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 3.0.2.
Beta Was this translation helpful? Give feedback.
All reactions