Modo-me opened a new pull request, #3498:
URL: https://github.com/apache/dubbo-go/pull/3498

   ### Description
   Fixes #3361 (completes the second phase of the issue.)
   
   This PR removes the duplicate GenericException definition from dubbo-go and 
migrates all usages to the GenericException provided by 
[dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2).
   
   ### Changes
   - Upgrade [dubbo-go-hessian2 
](https://github.com/apache/dubbo-go-hessian2)dependency from _v1.12.5_ to the 
latest version, which provides `GenericException` support
   
   - Remove the duplicate `GenericException` definition and 
`ToGenericException()`  from dubbo-go, and uses the GenericException 
implementation provided by 
[dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2)
   
   - During the 
[dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) dependency 
upgrade, `ReflectResponse()` was found to have been deprecated and moved to 
dubbo-go in an earlier version(see 
[dubbo-go-hessian2#364](https://github.com/apache/dubbo-go-hessian2/pull/364)).This
 PR also updates all usages of `ReflectResponse()` to use the migrated 
implementation from dubbo-go.
   
   ### Checklist
   - [x] I confirm the target branch is `develop`
   - [x] Code has passed local testing
   - [x] I have added tests that prove my fix is effective or that my feature 
works
   


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