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

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


    from 7231dc5  Merge branch 'master' into 1.12
     add 9dc1a19  fix pointer value set
     add 64ed78d  rename
     add 25f3ccf  add commit
     add f73a225  add unit test for java wrapper object
     add f9c7f78  check CanSet first before set for same type
     add 8840018  Merge pull request #361 from wongoo/fix-ptr-value-set
     add f0fbe40  release note for v1.12.2

No new revisions were added by this update.

Summary of changes:
 CHANGE.md                                          |   5 +
 codec.go                                           | 146 ++++++++++---------
 date_test.go                                       |   6 +-
 decode.go                                          |  47 +++++++
 java_lang.go                                       |   4 +-
 java_lang_test.go                                  |  49 +++++++
 list.go                                            |   2 +-
 object.go                                          | 154 +--------------------
 object_test.go                                     |   9 +-
 ref.go                                             |   3 +
 .../src/main/java/test/TestCustomReply.java        |  24 ++++
 .../main/java/test/model/JavaLangObjectHolder.java |  98 +++++++++++++
 testcases/user/user_test.go                        |   1 +
 13 files changed, 314 insertions(+), 234 deletions(-)
 create mode 100644 
test_hessian/src/main/java/test/model/JavaLangObjectHolder.java

Reply via email to