-
Notifications
You must be signed in to change notification settings - Fork 421
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
Update Play Framework and JsonPlay to support Scala 3 #3089
Update Play Framework and JsonPlay to support Scala 3 #3089
Conversation
I am not sure if we can afford removing support for Scala 2.12 just yet. I would wait for the final release of Play 2.9 and re-check our download stats for play-server_2.12 then.
|
I think we should follow the latest Play release, once it drops 2.12, we update Play & drop 2.12 as well. So let's wait for the final non-RC version :) |
From what I see, this PR targets Play 3.0, but shouldn't we first target Play 2.9 (released yesterday in the repos, no official announcement yet)? Play 3.0 brings the change from Akka to Pekko. I'm not entirely sure how to go with the change in Tapir. Should Tapir support both Play 2.x + Akka & Play 3.x + Pekko? 🤔 |
@gaeljw We'll bump the play server to 3.0, and, if there's demand for 2.9, we'll probably create a separate tapir-play29 module. Akka 2.6 is no longer supported since September, so it's highly recommended to switch to Play 3.0 anyway. |
Thanks for your work on this :) |
Update Play Framework and PlayJson to support Scala 3 in
tapir-play-server
andtapir-json-play
projectsPlay Framework 2.9 doesn't support Scala 2.12, so
tapir-play-server
won't eitheredit (by @kciesielski)
This PR has been updated to Play 3.0.