You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2020/03/20 10:11:42 UTC

[dubbo-hessian-lite] branch master updated (cc92526 -> 2e6e735)

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

iluo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git.


    from cc92526  polish variable name
     new 3e991df  perf: Implement init() method for reuse Hessian2Output and Hessian2Input object
     new c6770df  Merge remote-tracking branch 'upstream/master'
     new 870387b  test: add more unit test
     new 2e6e735  Merge pull request #27 from LinShunKang/master

The 2407 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:
 .../com/caucho/hessian/io/Hessian2Input.java       |  42 ++++--
 .../com/caucho/hessian/io/Hessian2Output.java      |  29 +++-
 .../com/caucho/hessian/io/Hessian2ReuseTest.java   | 154 +++++++++++++++++++++
 .../com/caucho/hessian/io/beans/BaseUser.java      |  15 ++
 .../com/caucho/hessian/io/beans/GrandsonUser.java  |  15 ++
 .../hessian/io/beans/Hessian2StringShortType.java  |  17 +++
 .../com/caucho/hessian/io/beans/SubUser.java       |  18 +++
 7 files changed, 276 insertions(+), 14 deletions(-)
 create mode 100644 src/test/java/com/alibaba/com/caucho/hessian/io/Hessian2ReuseTest.java