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.0.0

Choose a tag to compare

@imbajin imbajin released this 23 Feb 14:38

Release our first Apache version, note use the new org in maven dependency like this (Full Download Link) 🔧

        <dependency>
            <groupId>org.apache.hugegraph</groupId>
            <artifactId>hugegraph-common</artifactId>
            <version>1.0.0</version>
        </dependency>

What's Changed

  • refact: improve Whitebox.setInternalState() by @javeme in #99
  • refact: unify pom & remove useless file by @imbajin in #100
  • feat: support assert-throws return future by @javeme in #102
  • feat: add Cnm and Anm to CollectionUtil by @javeme in #101
  • chore: use .asf.yaml for apache workflow rule by @imbajin in #98
  • chore: update checkstyle by @seagle-yuan in #97
  • chore: upgrade CodeQL version to v2 by @damonxue in #106
  • chore: rename package name 'com.baidu' to 'org.apache' by @corgiboygsj in #104
  • refact: clean code & typo & update the name of getTimeZone() by @imbajin in #105
  • chore: setup for apache maven release by @imbajin in #107
  • chore: support check license header with RAT by @imbajin in #108
  • refact: upgrade a string of dependencies to address CVEs report & clean code by @imbajin in #110
  • chore: fix missing mail addr & other configs by @imbajin in #112
  • feat: support custom content-type by @z7658329 in #113
  • chore: use flatten plugin to adapt revision in pom by @z7658329 in #114
  • chore: add check dependencies ci by @simon824 in #116
  • refact: address some code alert by @imbajin in #115
  • chore: add thrid-party dependency licenses by @simon824 in #117
  • chore: fix outdated manifest version & use project.version instead by @z7658329 in #119
  • chore: delete blankspace of licenses filename by @seagle-yuan in #120
  • chore: prepare for release v1.0.0 by @imbajin in #122
  • chore: update release script & add mailing lists by @imbajin in #123
  • fix: add style files back by @z7658329 in #125
  • refact(test): download binary file for https test by @imbajin in #126
  • fix(dist): generate doc & exit script when upload files failed by @imbajin in #124
  • chore(license): fix 3rd party refer code by @imbajin in #127
  • chore: choose proper license & remove GPL/CC in multiple licenses by @simon824 in #130
  • chore: refactor the license check CI by @imbajin in #128

New Contributors

Full Changelog: v2.1.1...1.0.0