kingduxia opened a new issue #9715: URL: https://github.com/apache/dubbo/issues/9715
### Environment * Dubbo version: 2.7.13 * Operating System version: macos 10.14.6 * Java version: 1.8.0_271 ### Steps to reproduce this issue 1. 定义好protobuf rpc协议 2. 编译的时候报错,提示找不到符号方法 emptyLongList等 私有项目,暂时没有上传github,已上传rpc描述文件 ### Expected Behavior 期望能正常生成stub代码 ### Actual Behavior build时报错 [ERROR] 找不到符号: 方法 emptyLongList() If there is an exception, please attach the exception trace: ``` Just put your stack trace here! ``` [RTM.txt](https://github.com/apache/dubbo/files/8131206/RTM.txt) -- 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]
