mdedetrich opened a new pull request, #511: URL: https://github.com/apache/incubator-pekko/pull/511
The main goal of this PR is to both remove the `package org.apache.pekko` from sbt build source files (i.e. sources in `project`) and hence also clean up the imports. The reason/s for doing this are * The `package org.apache.pekko` in sbt build source files are not needed since they are not going to appear in any JVM binary, these files are **only** for loading the sbt build * The use of the `package org.apache.pekko` was entirely inconsistent, some sbt build source files had it and others didn't * The source files in `project` didn't follow the idiomatic scala/java build convention (i.e. the source files should be placed in the `org/apache/pekko` dir structure. Removing the package altogether is far less disruptive solution In addition there were cases where the `package sbt` was used but not really needed because a better solution existed (see comments). -- 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]
