This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch master
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
new 8840018 Merge pull request #361 from wongoo/fix-ptr-value-set
The 1 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:
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 +
12 files changed, 309 insertions(+), 234 deletions(-)
create mode 100644
test_hessian/src/main/java/test/model/JavaLangObjectHolder.java