chore: support java 11 (#83)

* chore: support java 17

* fix: unitest

* fix: server JAX-B API not found warning

* chore: improve code

* fix: hugeconfig test

* chore: resolve conflict

* fix: version unit test

* chore: improve code

* chore: improve impl version

* chore: improve code

* refactor: hugeconfig get

* chore: improve code
15 files changed
tree: 58afcbdf3717df5e4abf87e898661d1ade50a543
  1. .github/
  2. hugegraph-common/
  3. hugegraph-rpc/
  4. .gitignore
  5. checkstyle.xml
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

hugegraph-commons

License codecov Maven Central

hugegraph-commons is a common module for HugeGraph and its peripheral components. hugegraph-commons encapsulates locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.

Components

  • Lock: atomic lock, key lock, lock group and lock manger
  • Config: register and load config option with security check
  • Event: listening and notification, do something asynchronously
  • Iterator: some iterators with extra functions, map, filter, extend etc.
  • Rest: RESTful client implemented on Jersey, POST, PUT, GET and DELETE
  • Util: performance analyzer, version checker, numeric and Collection utils, log and exception utils etc.
  • Rpc: rpc component for inner module communication, currently it's based on Sofa-RPC

Licence

The same as HugeGraph, hugegraph-commons is also licensed under Apache 2.0 License.