Hessian Lite for Apache Dubbo

Clone this repo:
  1. 6878285 Release Hessian Lite 4.0.5 (#103) by Rain Yu · 3 months ago master
  2. e89a47e Add support for BigInteger deserialization (when -Dcom.caucho.hessian.unsafe=false) (#102) by wuwen · 4 months ago
  3. 1b83956 Fix reference handling in InetSocketAddress deserialization (#100) by wuwen · 5 months ago
  4. caff4e1 perf: adjust handle-used xxxSerializers from overriding `writeObject` method to overriding `writeReplace` method (#92) by Ares_xue · 5 months ago
  5. bff03e5 Optimize unnecessary getInterfaces and getSuperclass calls (#90) by Ares_xue · 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.4</version>
</dependency>

Release

Deploy to maven repo:

mvn clean deploy -Prelease

Apache source package:

mvn clean install -Papache-release