-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Switch to Play 3 and Apache Pekko #489
Comments
As you wish: |
More or less done in (forgot the |
@mkurz I believe that we should release a v1.0.0, because this is actually a major release targeting Play3, abandoning Akka for Pekko. |
Not sure about 1.0.0, @ihostage what do you think? So everything is ready now, we can release 0.11.x, which will support Play 2.9 and Akka, but does not provide Scala 3 artifacts (for now), because of #498 (comment). We could ship Scala 3 support later in a 0.11.x release if desired (everything is set up since I backported the necessary changes from main), but I will not spend time on that right now since it's for BSL users. Also we can release 0.12.x (or v1?) with Pekko and full Scala 3 support right now. Should we proceed with the releases? |
I would say yes, we should release v1.0.0 to support Play 3 / Pekko users. This is a blocker right now. As soon as the new |
I really think we should release
I don't see a reason not do that 😄 Lets go 🚀
I agree, not yet 😄 I also think we should stay on |
Considering that the next version will drop Akka for Pekko and the new Play version we should really consider the release of a major version ( |
@sentenza This whole library seems it's not really stable yet according to the readme: So let's just make it 0.12 for now, like Sergey said he wants to invest more time to perfect this library so when time comes we will increase to v1. Does it really matter for you right now? Just having new release should be great on it's own already 😉 |
In fact, Play PC hasn't had a major version yet and I think it still doesn't ready yet. Migrate from Akka to Pekko changes nothing in this context for me 🤷♂️
Yep, Matthias @mkurz! You caught my thoughts! 👍 |
@mkurz Probably it would make sense to add a table in the README to indicate the actual compatibility between |
In order to upgrade all the services that are now migrating to Apache Pekko and Play 3.x we need to finally drop Akka.
https://www.playframework.com/documentation/3.0.x/Migration30
The text was updated successfully, but these errors were encountered: