pjfanning commented on code in PR #489:
URL: https://github.com/apache/incubator-pekko/pull/489#discussion_r1278965692
##########
actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala:
##########
@@ -484,8 +484,7 @@ class Serialization(val system: ExtendedActorSystem)
extends Extension {
// include "com.google.protobuf.GeneratedMessage" = proto in configured
serialization-bindings.
private def checkGoogleProtobuf(className: String): Boolean =
checkClass("com.google.protobuf", className)
- // pekko-protobuf is now not a dependency of remote so only load if user has
explicitly added it
- // remove in v1.1
+ // pekko-protobuf-v3
Review Comment:
just 1 test in org.apache.pekko.remote.artery.HandshakeRetrySpec -- could be
an intermittent test issue, I'll run it again
--
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]