| commit | 8a5107aa25cc020bc9b5065b95f0536e2b690819 | [log] [tgz] | 
|---|---|---|
| author | Rain Yu <stellar.yu1999@gmail.com> | Sat Sep 06 23:31:09 2025 +0800 | 
| committer | Rain Yu <stellar.yu1999@gmail.com> | Sat Sep 06 23:31:09 2025 +0800 | 
| tree | 23447caccd2748cf83c2eafe874a8764c8c23676 | |
| parent | 0189e6cc8795baff3940f95ee3e592b7fb66ba31 [diff] | |
| parent | fdded242871f34cfddc5ef36f681ea399e44d447 [diff] | 
Merge remote-tracking branch 'origin/master'
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 .
<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> <version>4.0.4</version> </dependency>
Deploy to maven repo:
mvn clean deploy -Prelease
Apache source package:
mvn clean install -Papache-release