This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch fix-ci
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git
from 2176383 Update .asf.yaml
add ae54f28 refact: upgrade a string of dependencies to address CVEs
report & clean code (#110)
add dcd43c9 Merge branch 'master' into fix-ci
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
hugegraph-common/pom.xml | 7 +-
.../hugegraph/iterator/BatchMapperIterator.java | 1 +
.../java/org/apache/hugegraph/perf/PerfUtil.java | 5 +-
.../apache/hugegraph/rest/AbstractRestClient.java | 2 +-
.../org/apache/hugegraph/util/LongEncoding.java | 6 +-
.../org/apache/hugegraph/util/OrderLimitMap.java | 3 +-
.../org/apache/hugegraph/util/ReflectionUtil.java | 13 +--
.../java/org/apache/hugegraph/util/UnitUtil.java | 3 +-
.../org/apache/hugegraph/util/VersionUtil.java | 3 +-
.../org/apache/hugegraph/testutil/AssertTest.java | 20 ++--
.../unit/concurrent/BarrierEventTest.java | 2 +-
.../hugegraph/unit/concurrent/LockGroupTest.java | 2 +-
.../PausableScheduledThreadPoolTest.java | 4 +-
.../hugegraph/unit/config/HugeConfigTest.java | 6 +-
.../apache/hugegraph/unit/event/EventHubTest.java | 113 +++++----------------
.../unit/iterator/BatchMapperIteratorTest.java | 20 +---
.../unit/iterator/ExtendableIteratorTest.java | 20 +---
.../unit/iterator/FilterIteratorTest.java | 20 +---
.../iterator/FlatMapperFilterIteratorTest.java | 28 ++---
.../unit/iterator/FlatMapperIteratorTest.java | 20 +---
.../hugegraph/unit/iterator/LimitIteratorTest.java | 20 +---
.../hugegraph/unit/iterator/ListIteratorTest.java | 56 +++-------
.../unit/iterator/MapperIteratorTest.java | 23 ++---
.../apache/hugegraph/unit/perf/StopwatchTest.java | 48 ++++-----
.../org/apache/hugegraph/unit/util/BytesTest.java | 6 +-
.../hugegraph/unit/util/LongEncodingTest.java | 4 +-
.../hugegraph/unit/util/NumericUtilTest.java | 64 ++++++------
.../hugegraph/unit/util/ReflectionUtilTest.java | 2 +-
.../apache/hugegraph/unit/util/StringUtilTest.java | 11 +-
.../apache/hugegraph/unit/util/UnitUtilTest.java | 4 +-
.../hugegraph/unit/util/VersionUtilTest.java | 3 +-
hugegraph-rpc/pom.xml | 7 +-
.../hugegraph/rpc/RpcServiceConfig4Server.java | 3 +-
.../apache/hugegraph/unit/ServerClientTest.java | 10 +-
pom.xml | 12 +--
36 files changed, 197 insertions(+), 375 deletions(-)