Hessian Lite for Apache Dubbo

Clone this repo:
  1. ca001b4 Merge pull request #66 from apache/gha by Albumen Kevin · 4 months ago master
  2. ae580e7 Create maven.yml by Albumen Kevin · 4 months ago gha
  3. 5f262df Delete .travis.yml by Albumen Kevin · 4 months ago
  4. 5727b36 Merge pull request #61 from apache/3.2.13-release by Albumen Kevin · 8 months ago
  5. 9801af8 remove travis jdk by Albumen Kevin · 9 months ago v3.2.13

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