mdedetrich commented on code in PR #249: URL: https://github.com/apache/incubator-pekko/pull/249#discussion_r1156084712
########## docs/src/main/paradox/project/migration-guides.md: ########## @@ -10,16 +10,29 @@ please [migrate to Akka 2.6](https://doc.akka.io/docs/akka/current/project/migra This is just stub documentation. It will be improved. -* for Pekko jar dependencies, the groupId is "org.apache.pekko" instead of "com.typesafe.akka" -* the jar names start with "pekko" instead of "akka" - e.g. pekko-actor_2.13.jar instead of akka-actor_2.13.jar +In your dependency management files: +* Update dependency Akka version to the latest Pekko version. Review Comment: Rather than latest Pekko version I would instead say latest version of Pekko 1.0.x (which we claim to be broadly compatible with latest Akka BSL release). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
