You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/11/10 03:02:00 UTC

[incubator-hugegraph-commons] branch release-1.0.0 updated (16602cc -> 4dbe157)

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

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


    from 16602cc  support custom content-type (#113)
     add 7347b17  fix apache revision (#114)
     add 952975a  add dep check ci (#116)
     add caa4b26  refact: address some code alert (#115)
     add 4dbe157  Add thrid-party dependency licenses (#117)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check-dependencies.yml           |  26 +
 .gitignore                                         |   1 +
 .../org/apache/hugegraph/config/HugeConfig.java    |   8 +-
 .../org/apache/hugegraph/config/OptionChecker.java |   2 -
 .../org/apache/hugegraph/func/TriFunction.java     |   2 +-
 .../java/org/apache/hugegraph/perf/PerfUtil.java   |  52 +-
 .../java/org/apache/hugegraph/perf/Stopwatch.java  |  17 +-
 .../apache/hugegraph/rest/AbstractRestClient.java  |  51 +-
 .../java/org/apache/hugegraph/testutil/Assert.java |   3 +-
 .../org/apache/hugegraph/util/VersionUtil.java     |   4 +-
 hugegraph-dist/release-docs/LICENSE                | 346 ++++++++
 hugegraph-dist/release-docs/NOTICE                 | 922 +++++++++++++++++++++
 .../release-docs/licenses/LICENSE-JavaHamcrest.txt |  27 +
 .../licenses/LICENSE-animal-sniffer.txt            |  21 +
 .../licenses/LICENSE-aopalliance-repackaged.txt    | 759 +++++++++++++++++
 .../licenses/LICENSE-api-client-staging.txt        |  25 +
 .../release-docs/licenses/LICENSE-checker-qual.txt |  22 +
 .../licenses/LICENSE-commons-beanutils.txt         |  10 +-
 .../licenses/LICENSE-commons-codec.txt             |  10 +-
 .../licenses/LICENSE-commons-collections.txt       |  10 +-
 .../licenses/LICENSE-commons-configuration.txt     |  10 +-
 .../licenses/LICENSE-commons-configuration2.txt    |  10 +-
 .../release-docs/licenses/LICENSE-commons-io.txt   |   8 +-
 .../release-docs/licenses/LICENSE-commons-lang.txt |  10 +-
 .../licenses/LICENSE-commons-lang3.txt             |  10 +-
 .../licenses/LICENSE-commons-logging.txt           |   8 +-
 .../licenses/LICENSE-commons-text.txt              |  10 +-
 .../licenses/LICENSE-failureaccess.txt             |   8 +-
 .../licenses/LICENSE-glassfish-hk2.txt             | 637 ++++++++++++++
 .../release-docs/licenses/LICENSE-grpc-java.txt    |  10 +-
 .../release-docs/licenses/LICENSE-gson.txt         |  10 +-
 .../release-docs/licenses/LICENSE-httpclient.txt   |   8 +-
 .../release-docs/licenses/LICENSE-httpcore.txt     |   8 +-
 .../release-docs/licenses/LICENSE-j2objc.txt       |  36 +-
 .../LICENSE-jackson-annotations-2.14.0.txt         |   8 +-
 .../licenses/LICENSE-jackson-annotations.txt       |   8 +-
 .../licenses/LICENSE-jackson-core-2.14.0.txt       |   8 +-
 .../release-docs/licenses/LICENSE-jackson-core.txt |   8 +-
 .../licenses/LICENSE-jackson-databind-2.14.0.txt   |   8 +-
 .../licenses/LICENSE-jackson-databind.txt          |   8 +-
 .../licenses/LICENSE-jackson-dataformat-yaml.txt   |   8 +
 .../licenses/LICENSE-jackson-jaxrs-base-2.14.0.txt |   8 +
 .../licenses/LICENSE-jackson-jaxrs-base.txt        |   8 +
 .../LICENSE-jackson-jaxrs-json-provider-2.14.0.txt |   8 +
 .../LICENSE-jackson-jaxrs-json-provider.txt        |   8 +
 ...ENSE-jackson-module-jaxb-annotations-2.14.0.txt |   8 +
 .../LICENSE-jackson-module-jaxb-annotations.txt    |   8 +
 .../release-docs/licenses/LICENSE-jaf-api.txt      |  29 +
 .../licenses/LICENSE-jakarta.activation-api.txt    |  29 +
 .../licenses/LICENSE-jakarta.annotation-api.txt    | 637 ++++++++++++++
 .../licenses/LICENSE-jakarta.xml.bind-api.txt      |  29 +
 .../release-docs/licenses/LICENSE-javassist.txt    | 381 +++++++++
 .../LICENSE-javax.activation-api-1.2.0-sources.txt | 759 +++++++++++++++++
 .../release-docs/licenses/LICENSE-jaxb-ri.txt      |  11 +
 .../release-docs/licenses/LICENSE-jersey.txt       | 759 +++++++++++++++++
 .../release-docs/licenses/LICENSE-joda-time.txt    |  10 +-
 .../release-docs/licenses/LICENSE-jsonp.txt        | 759 +++++++++++++++++
 .../release-docs/licenses/LICENSE-junit5.txt       |  98 +++
 .../release-docs/licenses/LICENSE-log4j-api.txt    |   8 +-
 .../release-docs/licenses/LICENSE-log4j-core.txt   |   8 +-
 .../licenses/LICENSE-log4j-slf4j-impl.txt          |   8 +-
 .../release-docs/licenses/LICENSE-netty.txt        |  14 +-
 .../licenses/LICENSE-opentracing-java.txt          |   3 +-
 .../release-docs/licenses/LICENSE-perfmark.txt     |   9 +-
 .../release-docs/licenses/LICENSE-protobuf.txt     |  32 +
 .../release-docs/licenses/LICENSE-slf4j.txt        |  23 +
 .../release-docs/licenses/LICENSE-sofa-bolt.txt    |   9 +-
 .../release-docs/licenses/LICENSE-sofa-boot.txt    |   9 +-
 .../licenses/LICENSE-sofa-common-tools.txt         |   9 +-
 .../release-docs/licenses/LICENSE-sofa-hessian.txt |   9 +-
 .../release-docs/licenses/LICENSE-sofa-lookout.txt |   9 +-
 .../release-docs/licenses/LICENSE-sofa-rpc.txt     |   9 +-
 .../licenses/LICENSE-swagger-annotations.txt       |  11 +
 .../release-docs/licenses/LICENSE-swagger-core.txt |  10 +-
 .../licenses/LICENSE-swagger-models.txt            |  11 +
 .../scripts/dependency/check_dependencies.sh       |  16 +-
 .../scripts/dependency/known-dependencies.txt      |  86 ++
 .../dependency/regenerate_known_dependencies.sh    |  17 +-
 .../org/apache/hugegraph/config/RpcOptions.java    |   5 +-
 .../apache/hugegraph/rpc/RpcClientProvider.java    |   1 +
 .../apache/hugegraph/rpc/RpcConsumerConfig.java    |   6 +-
 pom.xml                                            |  32 +-
 82 files changed, 6808 insertions(+), 252 deletions(-)
 create mode 100644 .github/workflows/check-dependencies.yml
 create mode 100644 hugegraph-dist/release-docs/LICENSE
 create mode 100644 hugegraph-dist/release-docs/NOTICE
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-JavaHamcrest.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-animal-sniffer.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-aopalliance-repackaged.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-api-client-staging.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-checker-qual.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-beanutils.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-codec.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-collections.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-configuration.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-configuration2.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-io.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-lang.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-lang3.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-logging.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-text.txt  (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-failureaccess.txt (99%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-glassfish-hk2.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-grpc-java.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gson.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-httpclient.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-httpcore.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-j2objc.txt (86%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-annotations-2.14.0.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-annotations.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-core-2.14.0.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-core.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-databind-2.14.0.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-databind.txt (99%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-dataformat-yaml.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-jaxrs-base-2.14.0.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-jaxrs-base.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-jaxrs-json-provider-2.14.0.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-jaxrs-json-provider.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-module-jaxb-annotations-2.14.0.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jackson-module-jaxb-annotations.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jaf-api.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jakarta.activation-api.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jakarta.annotation-api.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jakarta.xml.bind-api.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-javassist.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-javax.activation-api-1.2.0-sources.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jaxb-ri.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jersey.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-joda-time.txt  (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jsonp.txt 
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-junit5.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-log4j-api.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-log4j-core.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-log4j-slf4j-impl.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-netty.txt  (97%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-opentracing-java.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-perfmark.txt (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-protobuf.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-slf4j.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-bolt.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-boot.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-common-tools.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-hessian.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-lookout.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-sofa-rpc.txt (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-swagger-annotations.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-swagger-core.txt (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-swagger-models.txt
 copy hugegraph-common/build.sh => hugegraph-dist/scripts/dependency/check_dependencies.sh (60%)
 create mode 100644 hugegraph-dist/scripts/dependency/known-dependencies.txt
 copy hugegraph-common/build.sh => hugegraph-dist/scripts/dependency/regenerate_known_dependencies.sh (67%)