sam-byng opened a new pull request, #4:
URL: https://github.com/apache/incubator-pekko-samples/pull/4

   Steps taken from updated migration guide in PR:
   
   
   In the `pom.xml` file for your module:
   * for Pekko jar dependencies, the groupId is `org.apache.pekko` instead of 
`com.typesafe.akka` or `com.lightbend.akka.<package_name>`*
   * the jar names (`artifactId`) start with "pekko" instead of "akka" - e.g. 
pekko-actor_2.13.jar instead of akka-actor_2.13.jar
   
   In source code files:
   * Pekko packages start with `org.apache.pekko` instead of `akka` - e.g. 
`import org.apache.pekko.actor` instead of `import akka.actor`
   * Where class names have "Akka" in the name, the Pekko ones have "Pekko" - 
e.g. `PekkoException` instead of `AkkaException`
   
   In `application.conf` for your module:
   * Configs use "pekko" prefix instead of "akka"
   
   *Note: I checked the lightbend.akka.grpc project and those packages are 
going to org.apache.pekko so assuming this is the case for all


-- 
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]

Reply via email to