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/09/08 01:24:23 UTC

[dubbo-go-hessian2] branch 1.9 updated (3fddc30 -> e0c085c)

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

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


    from 3fddc30  release note for v1.9.2
     add 6f053c6  go to java list and array (#265)
     add 59acf74  upgrade jetty dependency
     add 8dc4b20  fix #266 upgrade dubbo version
     add e714430  fix getting nil result for decoding list to generic interface field (#269)
     add dad2892  reuse allocated buffer (#271)
     add 82fbc49  add unit test for #272
     add 9d0f6e0  Merge pull request #273 from wongoo/fix-272
     add d986129  write empty map for empty map instead null
     add 8679ff8  Merge pull request #275 from zhwaaaaaa/zw-dev
     add 07f2058  修正getArgType的反射取值逻辑
     add 20ce834  Merge pull request #276 from Chans-Open-Source/fix/fix_get_argument_java_type
     add e0c085c  release note for v1.9.3

No new revisions were added by this update.

Summary of changes:
 CHANGE.md                                          | 10 +++++++
 codec.go                                           | 23 ++++++++------
 encode.go                                          | 18 +++++++++--
 map.go                                             | 32 ++++++++++----------
 object.go                                          |  8 +++--
 object_test.go                                     | 35 ++++++++++++++++++++++
 output/output.go                                   |  2 ++
 output/testfuncs/{string.go => list.go}            | 14 +++++++--
 output/testfuncs/{string.go => user.go}            | 19 +++++++-----
 request.go                                         |  2 +-
 string_test.go                                     |  5 ++++
 test_dubbo/pom.xml                                 |  4 +--
 test_hessian/pom.xml                               | 16 +++++-----
 .../src/main/java/test/TestCustomReply.java        | 26 +++++++++++++++-
 .../{generic/BusinessData.java => model/User.java} | 22 ++++++--------
 .../{GoStringTest.java => GoUserListTest.java}     | 16 ++++++----
 16 files changed, 183 insertions(+), 69 deletions(-)
 copy output/testfuncs/{string.go => list.go} (80%)
 copy output/testfuncs/{string.go => user.go} (77%)
 copy test_hessian/src/main/java/test/{generic/BusinessData.java => model/User.java} (76%)
 copy test_hessian/src/test/java/unit/{GoStringTest.java => GoUserListTest.java} (69%)