Modo-me commented on code in PR #3498:
URL: https://github.com/apache/dubbo-go/pull/3498#discussion_r3610295558


##########
go.mod:
##########
@@ -7,7 +7,7 @@ require (
        github.com/Workiva/go-datastructures v1.0.52
        github.com/alibaba/sentinel-golang v1.0.4
        github.com/apache/dubbo-getty v1.4.10
-       github.com/apache/dubbo-go-hessian2 v1.12.5
+       github.com/apache/dubbo-go-hessian2 v1.13.2

Review Comment:
   
那么是否就是暂时不升级dubbo-go-hessian2的版本,然后dubbo-go内部仍使用原本dubbo-go里的`GenericException`和`ToGenericException`
 的实现。然后这个pr就先补全dubbo-go内部对`GenericException`和`ToGenericException` 
的旧版本兼容测试和Deprecated注释,因为新版函数的话只在dubbo-go-hessian2 v1.13.2有



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