You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/03/16 04:33:46 UTC

[dubbo-hessian-lite] 01/01: Fix hessian2 serialized short, byte is converted to int bug(#20)

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git

commit 73b4dd65f9c05023530d2f04fc0b7ae9fa2c0053
Merge: 6e78128 6538354
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Mar 16 12:33:39 2020 +0800

    Fix hessian2 serialized short, byte is converted to int bug(#20)
    
    fixes #19

 .../com/caucho/hessian/io/JavaDeserializer.java    | 34 +++++++++++++++++++++-
 .../caucho/hessian/io/Hessian2StringShortTest.java | 22 ++++++++++----
 .../hessian/io/beans/Hessian2StringShortType.java  |  3 ++
 3 files changed, 53 insertions(+), 6 deletions(-)