Hessian Lite for Apache Dubbo

Clone this repo:
  1. 16274b6 Optimize serialization performance of Java 8 date/time types. (#84) by wuwen · 5 weeks ago master
  2. a5a5c59 Add serialization test for record and enum (#87) by Rain Yu · 6 weeks ago
  3. 898f3a3 Fix RecordDeserializer by adding null ref at the beginning of readObject (#86) by zrlw · 6 weeks ago
  4. 266489c Fix WeekFieldsDeserializer exception msg (#85) by zrlw · 6 weeks ago
  5. 9275061 Merge pull request #79 from apache/updateDependency by kimmking · 6 months ago

Hessian Lite(Apache Dubbo private version)

Build Status codecov Gitter license maven

Hessian-lite is an Apache dubbo embed version of official hessian initially. Then this module is separated from Dubbo. All branches of Dubbo : 2.5.x, 2.6.x(since 2.6.3) and 2.7.x are dependent on it , please see the details:

Now we are trying to build a hessian group https://github.com/hessian-group to make maintainers of Hessian community work more closely together .

Maven dependency

<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>hessian-lite</artifactId>
    <version>4.0.3</version>
</dependency>

Release

Deploy to maven repo:

mvn clean deploy -Prelease

Apache source package:

mvn clean install -Papache-release