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/07/12 14:21:20 UTC

[dubbo-go-hessian2] branch master updated (7b6abc2 -> 44192c6)

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 7b6abc2  revert to f7e01d2. the master branch is protected so that cannot reset to history version
     new fb239fa  optimize exception bug: when user defined exception, it can use unknownexception
     new 9dddad8  optimize exception bug: when user defined exception, it can use unknownexception
     new 60679ef  remove version
     new 285a2e2  fix review issue and add more test
     new 3098181  format import
     new ae5f639  remove go version from go.mod
     new 5e16508  remove decode byte file and support unknowexception decode
     new a179d0b  split imports
     new 370fb91  split imports
     new 44192c6  Merge pull request #208 from cvictory/master_b

The 539 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                                     | 20 ++++-
 java_exception/exception.go                        |  6 +-
 java_unknown_exception.go                          | 88 ++++++++++++++++++++++
 boolean_test.go => java_unknown_exception_test.go  | 46 +++++------
 list.go                                            |  5 ++
 object.go                                          |  4 +
 test_hessian/src/main/java/test/TestThrowable.java |  4 +
 ...TupleProvider.java => UserDefindException.java} | 11 +--
 8 files changed, 147 insertions(+), 37 deletions(-)
 create mode 100644 java_unknown_exception.go
 copy boolean_test.go => java_unknown_exception_test.go (54%)
 copy test_hessian/src/main/java/test/{tuple/TupleProvider.java => UserDefindException.java} (84%)