v3.2.8
add log when default to HashMap
1 file changed
tree: e807e9926d939c4cf06b64886a363386c8bc154f
  1. src/
  2. .asf.yaml
  3. .codecov.yml
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

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.6</version>
<dependency>

Release

Deploy to maven repo:

mvn clean deploy -Prelease

Apache source package:

mvn clean install -Papache-release