Hessian Lite for Apache Dubbo

Clone this repo:
  1. 404d446 Merge pull request #72 from AlbumenJ/0618-currency by Albumen Kevin · 5 weeks ago master
  2. 20dc9ee Fix lecense by Albumen Kevin · 6 weeks ago
  3. 46dc088 Fix currency serialize by Albumen Kevin · 6 weeks ago
  4. a4a5fa6 Bump version to 4.0.2-SNAPSHOT by Albumen Kevin · 6 weeks ago
  5. d3d90e4 Release Hessian Lite 4.0.1 by Albumen Kevin · 7 weeks ago 4.0.1-release v4.0.1

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