This is an automated email from the ASF dual-hosted git repository.

jin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from 277f76ef0 chore(server): clear context after req done (#2470)
     new ef8f6128a fix: multi graph error in rocksdb with same path/fd
     new 713d88d1f refact: enhance auth logic
     new 6a4041e21 chore: upgrade to 1.3.0 (last major version support Java8)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/check-dependencies.yml           |   2 +-
 .github/workflows/ci.yml                           |   2 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/licence-checker.yml              |   2 +-
 README.md                                          |  14 +-
 .../org/apache/hugegraph/api/auth/LoginAPI.java    |   9 +-
 .../hugegraph/api/filter/AuthenticationFilter.java |   8 +-
 .../hugegraph/api/gremlin/GremlinQueryAPI.java     |   5 +-
 .../hugegraph/auth/HugeFactoryAuthProxy.java       |  56 ++++++--
 .../hugegraph/security/HugeSecurityManager.java    | 155 +++++++++++----------
 .../java/org/apache/hugegraph/util/Reflection.java |  54 ++++---
 .../org/apache/hugegraph/version/CoreVersion.java  |   4 +-
 .../src/assembly/static/bin/hugegraph-server.sh    |   1 +
 .../hugegraph-dist/src/main/resources/log4j2.xml   |   2 +-
 .../backend/store/rocksdb/RocksDBOptions.java      |   4 +-
 .../hugegraph/unit/core/SecurityManagerTest.java   |  47 ++++---
 hugegraph-server/pom.xml                           |   2 +-
 pom.xml                                            |   9 +-
 18 files changed, 212 insertions(+), 166 deletions(-)

Reply via email to