You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "jrudolph (via GitHub)" <gi...@apache.org> on 2023/02/10 15:48:52 UTC

[GitHub] [incubator-pekko] jrudolph opened a new issue, #167: Fix generated protobuf message classes

jrudolph opened a new issue, #167:
URL: https://github.com/apache/incubator-pekko/issues/167

   As observed in #164 at least some generated protobuf classes have been broken by literal search/replace of `akka` -> `pekko`. Instead, we will likely have to regenerate those message classes.


-- 
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] jrudolph closed issue #167: Fix generated protobuf message classes

Posted by "jrudolph (via GitHub)" <gi...@apache.org>.
jrudolph closed issue #167: Fix generated protobuf message classes
URL: https://github.com/apache/incubator-pekko/issues/167


-- 
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] jrudolph commented on issue #167: Fix generated protobuf message classes

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

   This might only pop up when a protobuf message instance is hashed because the `hashCode` includes the `hashCode` of the descriptor in which case the descriptor is loaded which fails after the rename.


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