Skip to content
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

Overhaul 2.9 Migration and Highlight docs #11649

Closed
38 of 41 tasks
mkurz opened this issue Feb 2, 2023 · 2 comments · Fixed by #11804
Closed
38 of 41 tasks

Overhaul 2.9 Migration and Highlight docs #11649

mkurz opened this issue Feb 2, 2023 · 2 comments · Fixed by #11804
Milestone

Comments

@mkurz
Copy link
Member

mkurz commented Feb 2, 2023

Skim through the 2.9.0 release draft and check if there are notheworty things that are not yet mentioned (I think there were some things that should have made it into Highlights or Migration guide)

I think it would also be a good idea to give a forecast for the next release:
E.g. I think it's a good idea to finally drop a lot of deprecations in Play code, I think there are api's deprecated since Play 2.5 which sometimes makes live a bit hard for adding new features.

I will keep following lists updated until the releasee:

Forecast for next release

  1. type:deprecated-feature
  2. topic:sbt type:improvement

Scala 3

TODO:

libraryDependencies += clusterSharding
libraryDependencies += ("com.typesafe.akka" %% "akka-cluster-sharding-typed" % "2.6.20").cross(CrossVersion.for3Use2_13)
excludeDependencies += sbt.ExclusionRule("com.typesafe.akka", "akka-cluster-sharding-typed_3")

because it is not possible to override / replace the clusterSharding dependency from the akka-http sbt plugin.

@mkurz mkurz added this to the 2.9.0 milestone Feb 2, 2023
@mkurz
Copy link
Member Author

mkurz commented Aug 18, 2023

So, I am just working on this docs now anymore. Let's ship this finally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant