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/11/18 09:02:41 UTC

[dubbo-go-hessian2] branch 1.9 updated (23c41ad -> 7cabe51)

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 23c41ad  release note for v1.9.4
     add 3a4ef0b  support serialize UUID to string (#285)
     add ad93624  update load pojo repository (#287)
     add 57240d6  convert pointer to encode (#289)
     add 9653a02  fix error check (#288)
     add 5d3d18b  fix go type name for list (#290)
     add 7cabe51  release note for v1.9.5

No new revisions were added by this update.

Summary of changes:
 CHANGE.md                            | 11 ++++++++
 Makefile                             |  4 +--
 codec.go                             |  7 +++++
 codec_test.go                        | 13 ++++++++++
 date_test.go                         |  9 +++++--
 decode.go                            |  6 ++---
 encode.go                            |  6 ++++-
 encode_test.go                       | 50 ++++++++++++++++++++++++++++++++++++
 hessian_test/dup_struct_name_test.go |  5 ++++
 java_sql_time.go                     |  4 +--
 java_unknown_exception_test.go       |  2 +-
 java_util.go                         |  3 +--
 java_util/uuid.go                    | 42 ++----------------------------
 java_util_test.go                    |  2 +-
 list.go                              | 10 ++++----
 map.go                               |  2 +-
 object.go                            |  9 +++----
 pojo.go                              | 45 +++++++++++++++++---------------
 pojo_test.go                         | 46 +++++++++++++++++++++++++++++++++
 serialize.go                         |  4 +--
 test_hessian/pom.xml                 |  2 +-
 21 files changed, 194 insertions(+), 88 deletions(-)
 create mode 100644 pojo_test.go