-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support Scala Version 3 #264
Comments
Hey, I don't plan doing it myself but I am happy to accept PRs. On the other hand, there is major limitation in unreliable underlying connector so it should switch to a new connector first (jedis?) . However, compiling it with higher version of Scala 2.13 should enable it for use with Scala 3 and it should be simple |
Since Play was recently released in version 2.9.0 and 3.0.0, I started working on the migration. Support of play 2.9.0 and latest version of Scala 2.13 is already in master, however direct cross-compilation for Scala 3 seems to be challenging. I'll try to deliver it but it might take a while, it requires some significant changes. |
Hi,
Is there any possibility of releasing the versions for Scala 2.13 only and Play 2.9 earlier? It's helpful for me. |
I'll take a look but there are several issues to be addressed before I'll be able to do full release, which is a bit unfortunate. However, I'll try to take some shortcuts to deliver something sooner. |
I'm now testing my product with play-redis 2.7.0 (it's for play 2.8) and play 2.9 and have found that it works with no problem as far as I can see. So there is no rush. Thank you. |
Released version |
@KarelCemus Hi thanks for working on upgrading to support Play 2.9.0. Are you looking to move off of Akka onto Pekko? The reason I ask is that the version 3 of the Play Framework no longer ships with Akka, but uses Pekko. Thanks |
Yes, I intend to migrate to Play 3 which means to Pekko. However, there is quite a lot of work to be done and given Christmas and everything it goes much slower than expected but still I am on it |
@KarelCemus That's great. If its any help I was having a play around trying to update the module to Pekko today. I've got it on a local branch, I could push it to Github? |
I am doing major refactoring during this transition to new versions but I am not familiar with Pekko and I don't want to send too much time on it so if you push your changes, I would appreciate it and be happy to get inspiration from it but I am not about to merge it directly as there are many conflicting changes ongoing. |
@KarelCemus No problems, I understand. I've put what I managed to get done here: #272 Hope its of at least some use to you. |
For Scala 2.13 there are releases |
Implemented support for Scala 3, released versions |
Hi,
the play framework is in the process of adding support for Scala 3 with their 2.9 release. Are there any plans for this project to also support play 2.9 and Scala 3?
The text was updated successfully, but these errors were encountered: