EarthChen commented on issue #9715:
URL: https://github.com/apache/dubbo/issues/9715#issuecomment-1054913101


   > 
往上看这个问题像是protobuf版本的问题,但是看pom用的是3.7.1版本的pb,应该已经没这个问题了,我让其他同事尝试,与我的现象是一样的,确定编译过程是正常的吗?不仅仅是生成桩代码
   
   确实有问题,我确认了一下问题的原因 就是 protobuf 版本的问题 
   `com.google.protobuf.GeneratedMessageV3` 不同版本中的实现类不完全一致
   在 protobuf 模块中是3.6.0,缺少`emptyLongList()`方法
   本地自测使用3.19.4是ok的
   <img width="652" alt="image" 
src="https://user-images.githubusercontent.com/20179425/156091906-e4c120a5-6c6a-4b94-8146-d000fd6a050c.png";>
   


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

Reply via email to