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

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


    from 1c9e7b2  add release note for v1.8.0 (#245)
     add 8c17e66  args struct javaclassname (#247)
     add 7558f44  Add: go lint in github action
     add bb72ebc  fix: not reset git code after calling go in java test
     add 05e62bb  fix: golangci config
     add 059a759  fix lint error in list.go
     add cb54fde  --amend
     add a41a1aa  Fix: return append buffer
     add ca4aaf7  update go mod
     add c5a31e1  Merge pull request #250 from divebomb/improve/lint
     add d675604  fix not enough buf error when decode date
     add 4014d7e  Merge pull request #249 from jack15083/master
     add e2494da  remark dingding notification
     add 33721e1  recover string decode algorithm to support emoji codec
     add f567f91  refactor string decode algorithm
     add cc4f9a4  add benchmark for string decode
     add 2a66329  reset code after java test which will update go.mod
     add 83d9f69  Merge pull request #254 from apache/fix-emoji
     add ab7254f  reset go.mod after go fmt
     new c596092  Merge pull request #251 from apache/master

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:
 .github/workflows/github-actions.yml               |  87 ++--
 .golangci.yml                                      |  11 +-
 .travis.yml                                        |   3 +-
 date.go                                            |   7 +-
 decode.go                                          |   5 +
 go.mod                                             |   1 +
 hessian.go                                         |  10 +-
 hessian_test.go                                    |   2 +
 list.go                                            |   2 +-
 long.go                                            |   4 +-
 map.go                                             |   6 +-
 object.go                                          |  24 +-
 pojo.go                                            |  34 +-
 request.go                                         |   4 +
 string.go                                          | 439 +++++++--------------
 string_test.go                                     |  40 ++
 .../src/main/java/test/TestCustomDecode.java       |   7 +-
 .../src/main/java/test/TestCustomReply.java        |   5 +
 test_hessian/src/main/java/test/TestString.java    |   7 +
 19 files changed, 302 insertions(+), 396 deletions(-)

Reply via email to