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 2019/09/20 13:15:56 UTC

[dubbo-go-hessian2] branch master updated (80cbb25 -> 548cd26)

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 80cbb25  Merge pull request #130 from fangyincheng/master
     new 566c760  fix emoji encode error
     new 8ca32df  remove golang version
     new 880d1f6  separate import block
     new 45008fe  add comment and optimize unit test
     new 203d183  remove author java doc
     new 5609190  separate import block
     new 548cd26  Merge pull request #131 from wongoo/feature-emoji

The 411 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:
 const.go                                           |   2 +-
 date_test.go                                       |   1 +
 encode_test.go                                     |  35 ++--
 response_test.go                                   |   1 +
 string.go                                          | 233 ++++++++++++++++-----
 string_test.go                                     |  22 +-
 test_hessian/src/main/java/test/HessianTool.java   |  56 +++++
 test_hessian/src/main/java/test/HexTool.java       |  59 ++++++
 .../src/main/java/test/TestCustomDecode.java       |  65 +++---
 .../src/main/java/test/TestCustomReply.java        |  42 ++--
 .../src/main/java/test/TestString.java             |  26 +--
 11 files changed, 408 insertions(+), 134 deletions(-)
 create mode 100644 test_hessian/src/main/java/test/HessianTool.java
 create mode 100644 test_hessian/src/main/java/test/HexTool.java
 copy boolean.go => test_hessian/src/main/java/test/TestString.java (60%)