Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Apache HugeGraph(incubating) Commons Release 1.2.0

Choose a tag to compare

@simon824 simon824 released this 23 Dec 15:34
33fa9ed
        <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

Full Changelog: 1.0.0...1.2.0