tiltwind opened a new pull request, #2222: URL: https://github.com/apache/dubbo-go/pull/2222
**What this PR does**: hessian2 is trying to support java wrapper types, https://github.com/apache/dubbo-go-hessian2/issues/349. And the changes is push to [2.0 branch](https://github.com/apache/dubbo-go-hessian2/tree/2.0). This PR is submitted to verify whether the changes works for dubbo-go. We will do fix issues If found some incompatible. **IT IS NOT NEED TO MERGE.** **Which issue(s) this PR fixes**: NONE **You should pay attention to items below to ensure your pr passes our ci test** We do not merge pr with ci tests failed - [ ] All ut passed (run 'go test ./...' in project root) - [ ] After go-fmt ed , run 'go fmt project' using goland. - [ ] Golangci-lint passed, run 'sudo golangci-lint run' in project root. - [ ] Your new-created file needs to have [apache license](https://raw.githubusercontent.com/dubbogo/resources/master/tools/license/license.txt) at the top, like other existed file does. - [ ] All integration test passed. You can run integration test locally (with docker env). Clone our [dubbo-go-samples](https://github.com/apache/dubbo-go-samples) project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support) -- 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]
