waterWang commented on issue #16440: URL: https://github.com/apache/dubbo/issues/16440#issuecomment-5442254523
I've opened PR #16441 to address this: it exposes the generic parameter types on the provider-side request decoding path and makes `Hessian2ObjectInput.readObject(Class, Type)` recursively narrow Byte/Short/Float/Character elements inside nested generic collections (`Map<String, List<Byte>>`, `List<List<Byte>>`). Unit test `testReadObjectWithNestedGenericType` added; the hessian2 module test suite (809 tests) passes. -- 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]
