| commit | 35c54e6c14d7c20768105c2d9167cb9b2820f4e4 | [log] [tgz] |
|---|---|---|
| author | wuwen <wuwen.55@aliyun.com> | Wed Sep 10 10:07:38 2025 +0800 |
| committer | GitHub <noreply@github.com> | Wed Sep 10 10:07:38 2025 +0800 |
| tree | a625c343604684f602c23d1356141ac392de86c3 | |
| parent | 8a5107aa25cc020bc9b5065b95f0536e2b690819 [diff] |
fix IdentityIntMap#toString IndexOutOfBoundsException
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