You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2023/01/17 08:59:42 UTC

[GitHub] [incubator-pekko-http] mdedetrich opened a new issue, #21: Rename package from `akka` to `org.apache.pekko`.

mdedetrich opened a new issue, #21:
URL: https://github.com/apache/incubator-pekko-http/issues/21

   We should rename the package from `akka` to `org.apache.pekko`. This has somewhat higher priority because we already have non trivial PR's open against Pekko and to respect other peoples time we should finalize the directory structure of the project so that we aren't asking authors of PR's to do major rebase's to resolve merge conflicts with 'main'.
   
   Due to pekko-http's usage of `private[akka]`, its not possible to change the packages without some hacky workarounds because in changing the package to `org.apache.pekko` you can no longer access the `private[akka]` internal API's. The more principled and easier way to get around this is to change the dependency to use a pekko nightly/snapshot however this is currently blocked by https://github.com/apache/incubator-pekko/issues/107


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-http] mdedetrich closed issue #21: Rename package from `akka` to `org.apache.pekko`.

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich closed issue #21: Rename package from `akka` to `org.apache.pekko`.
URL: https://github.com/apache/incubator-pekko-http/issues/21


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-http] mdedetrich commented on issue #21: Rename package from `akka` to `org.apache.pekko`.

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #21:
URL: https://github.com/apache/incubator-pekko-http/issues/21#issuecomment-1410060199

   > Due to pekko-http's usage of private[akka], its not possible to change the packages without some hacky workarounds because in changing the package to org.apache.pekko you can no longer access the private[akka] internal API's. The more principled and easier way to get around this is to change the dependency to use a pekko nightly/snapshot however this is currently blocked by https://github.com/apache/incubator-pekko/issues/107
   
   This is no longer the case ever since Pekko was published to Apache's Nexus snapshot repository, I just updated the Akka dependency in Pekko and now things are working as expected.


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org