commit | 657e0ff6bcb1596ff6c3ac3b4a03a10b8d3fbdc4 | [log] [tgz] |
---|---|---|
author | jiangheqing.jhq <jiangheqing.jhq@alibaba-inc.com> | Thu Mar 21 14:39:56 2024 +0800 |
committer | jiangheqing.jhq <jiangheqing.jhq@alibaba-inc.com> | Thu Mar 21 14:39:56 2024 +0800 |
tree | 79ece433f6a6b3e127059a4b2d004fdbc7a3c4ec | |
parent | 45fcea124c459c2d077b8a96b604425901a09980 [diff] |
Fix float accuracy issues
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>com.alibaba</groupId> <artifactId>hessian-lite</artifactId> <version>3.2.12</version> </dependency>
Deploy to maven repo:
mvn clean deploy -Prelease
Apache source package:
mvn clean install -Papache-release