You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2022/01/18 09:08:50 UTC

[dubbo-go-hessian2] branch master updated (a80067e -> ab8e186)

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

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


    from a80067e  release note for v1.10.3
     new cbc2ad9  support non-strict mode to decode object to map when unregistered
     new ef1946a  fix lint check
     new 15f8430  build class definition from map keys
     new 641faae  format code
     new 643d8c4  fix words
     new 150fbb3  add Strict Mode readme
     new f3f3a2e  imporve unit test
     new ab8e186  Merge pull request #309 from wongoo/master

The 751 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                      |  14 ++++
 decode.go                      |  27 +++++++-
 decode_test.go                 |  10 +++
 encode.go                      |  12 +++-
 hessian.go                     |  18 ++---
 hessian_test.go                |  52 ++++++++------
 int.go                         |   2 +-
 java_collection.go             |   2 +-
 java_sql_time.go               |  14 ++--
 java_unknown_exception.go      |   2 +-
 java_unknown_exception_test.go |   4 +-
 map.go                         |   9 ++-
 object.go                      | 131 +++++++++++++++++++++++++++++++-----
 object_test.go                 | 149 ++++++++++++++++++++++++++++++++++++++++-
 pojo.go                        |  87 +++++++++++++++++-------
 response.go                    |  45 +++++--------
 serialize.go                   |   8 +--
 17 files changed, 465 insertions(+), 121 deletions(-)