You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/08/03 02:05:15 UTC

[dubbo-go-hessian2] branch master updated (cbfd571 -> 6175017)

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 cbfd571  Merge pull request #212 from willson-chen/feature_java8_time
     new 87d8e4e  support test golang encoding data in java
     new 7b87412  fix unit test data
     new 06f0e3e  fix review suggestion
     new 6175017  Merge pull request #213 from wongoo/feature-testgoinjava

The 551 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:
 .travis.yml                                        |  3 +-
 java_collection_test.go => output/output.go        | 66 ++++++++++++---------
 .../testfuncs/string.go                            | 11 +++-
 test_hessian/pom.xml                               |  6 ++
 .../java/unit/GoStringTest.java}                   | 20 +++++--
 test_hessian/src/test/java/unit/GoTestUtil.java    | 69 ++++++++++++++++++++++
 6 files changed, 137 insertions(+), 38 deletions(-)
 copy java_collection_test.go => output/output.go (50%)
 copy test_hessian/src/main/java/test/tuple/TupleProvider.java => output/testfuncs/string.go (81%)
 copy test_hessian/src/{main/java/test/UserDefindException.java => test/java/unit/GoStringTest.java} (74%)
 create mode 100644 test_hessian/src/test/java/unit/GoTestUtil.java