Hulk904 opened a new issue, #10548: URL: https://github.com/apache/dubbo/issues/10548
dubbo 版本:2.7.15 jdk 1.8 dubbo接口定义: ResponseResult<List<Pair<Integer, Integer>>> alarmCountInfo(Long bizId) 返回值 Pair里的value实际却是 Long类型,导致类型转换异常。 -- 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]
