qinliujie commented on PR #12717:
URL: https://github.com/apache/dubbo/pull/12717#issuecomment-1645075340
I think it is a hessian3 bug and not for dubbo;
when I use `List data` to declare a field in a class and put an
ArrayList<Short> to it , the data field result will be List<Integer>;
when I put a map like that `map.put("four",(short)4)` , the result will be
`"four":(Integer)4`.
finally, when I use hessian 4.0.7 , all problems were solved
--
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]