leno23 opened a new pull request, #3382: URL: https://github.com/apache/dubbo-go/pull/3382
## What changed - Added a Dubbo Hessian response regression test for a POJO containing a `*int64` field. - The test encodes a provider response, decodes it back, and verifies the pointer field remains a non-nil `*int64` with the expected value. ## Why Issue #2410 reported Java consumers failing to deserialize a Go provider response when the returned struct contains a pointer `int64` field mapped to Java `Long`. The current dependency already uses `dubbo-go-hessian2 v1.12.5`, which includes the upstream fix mentioned in the issue thread. This test keeps that compatibility covered in dubbo-go. Refs #2410 ## Validation - `go test ./protocol/dubbo/hessian2 -run 'TestResponseWithPointerLongField|TestResponse'` - `git diff --check` -- 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]
