This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Apache HugeGraph(incubating) Commons Release 1.2.0
<dependency>
<groupId>org.apache.hugegraph</groupId>
<artifactId>hugegraph-common</artifactId>
<version>1.2.0</version>
</dependency>What's Changed
Feature Changes
- feat(common): replace jersey dependencies with OkHttp (Breaking Change) (#133)
Bug Fix
- fix(common): handle spring-boot2/jersey dependency conflicts (#131)
- fix: Assert.assertThrows() should check result of exceptionConsumer (#135)
- fix(common): json param convert (#137)
Other Changes
- refact(common): add more construction methods for convenient (#132)
- add: dependency-review (#134)
- refact(common): rename jsonutil to avoid conflicts with server (#136)
- doc: update README for release (#138)
- update licence (#139)
New Contributors
- @chengxin1374 made their first contribution in #132
- @msgui made their first contribution in #134
- @zhenyuT made their first contribution in #133
Full Changelog: 1.0.0...1.2.0