pjfanning opened a new pull request, #507: URL: https://github.com/apache/pekko-projection/pull/507
GeneratedMessageV3 is deprecated in most recent Protobuf releases and it implements com.google.protobuf.Message as does GeneratedMessage which is taking over from GeneratedMessageV3 https://javadoc.io/doc/com.google.protobuf/protobuf-java/3.25.8/com/google/protobuf/GeneratedMessageV3.html https://javadoc.io/doc/com.google.protobuf/protobuf-java/3.25.8/com/google/protobuf/GeneratedMessage.html The encode method in ProtoAnySerialization already handles com.google.protobuf.Message internally so it seems wasteful not to direct all messages that implement com.google.protobuf.Message to encode. -- 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]
