You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wo...@apache.org on 2021/12/21 03:06:07 UTC

[dubbo-go-hessian2] branch 1.10 updated (49f9da8 -> c715349)

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

wongoo pushed a change to branch 1.10
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git.


    from 49f9da8  release note for v1.10.0
     add df62010  support java integer null
     add 75ff950  Merge pull request #296 from sanxun0325/java_interger_null
     add d26d6da  fix parse basic type bug
     add 7f38305  Merge pull request #298 from luky116/fix-parseIntBug2
     add c715349  release note for v1.10.1

No new revisions were added by this update.

Summary of changes:
 CHANGE.md                                          |  6 ++
 codec.go                                           | 66 ++++------------------
 int.go                                             |  3 +
 int_test.go                                        |  1 +
 object_test.go                                     | 19 +++++++
 .../src/main/java/test/TestCustomReply.java        | 20 +++++++
 test_hessian/src/main/java/test/model/User.java    | 18 ++++++
 7 files changed, 78 insertions(+), 55 deletions(-)