Hessian Lite for Apache Dubbo

Clone this repo:
  1. ac19a35 Bump version to 4.0.4-SNAPSHOT by Albumen Kevin · 4 months ago master
  2. 17eff04 Release Hessian Lite 4.0.3 by Albumen Kevin · 4 months ago 4.0.3-release v4.0.3
  3. 9d7ac1f Bump version to 4.0.3-SNAPSHOT by Albumen Kevin · 4 months ago
  4. 7b99166 Merge remote-tracking branch 'apache/master' by Albumen Kevin · 4 months ago
  5. 884d0b2 Merge pull request #74 from AlbumenJ/0712-byte by Albumen Kevin · 4 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>com.alibaba</groupId>
    <artifactId>hessian-lite</artifactId>
    <version>3.2.12</version>
</dependency>

Release

Deploy to maven repo:

mvn clean deploy -Prelease

Apache source package:

mvn clean install -Papache-release