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 c0c78ba Add: java8 time
new 4f94f8d fix issue that cant decode java generic type
new 864791d merge log
new aea2863 Merge pull request #239 from wongoo/fix-java-generic-decode
The 608 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:
decode_test.go | 2 +-
object.go | 12 +++++-
object_test.go | 43 ++++++++++++++++++++++
.../src/main/java/test/TestCustomReply.java | 14 +++++++
.../DateDemo.java => generic/BusinessData.java} | 40 ++++++++------------
.../java/test/generic/Response.java} | 27 ++++++++------
6 files changed, 100 insertions(+), 38 deletions(-)
copy test_hessian/src/main/java/test/{model/DateDemo.java =>
generic/BusinessData.java} (67%)
copy test_hessian/src/{test/java/unit/GoStringTest.java =>
main/java/test/generic/Response.java} (70%)