YAGAMIL opened a new issue, #13448: URL: https://github.com/apache/dubbo/issues/13448
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.2.6 * Operating System version: linux or windows * Java version: 17 * dubbo-serialization-fastjson:2.7.23 dubbo.protocol.serialization=fastjson ### Steps to reproduce this issue 1. 使用上述配置 2. 本地调用注入接口 3. 泛型返回值类型丢失,成为JSONObject导致后续操作出问题 injvm本地通过dubbo调用出现泛型丢失情况   -- 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]
