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/09 09:52:20 UTC

[incubator-hugegraph] branch olap-algo updated (97748a475 -> 288a1a4be)

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

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


    from 97748a475 adapt the latest version & clean code
     add 89ebbfdff Add thrid-party dependency licenses (#2008)
     add 0dfb12431 add flatten plugin (#2004)
     add 8869c9ea4 chore: enable rebase merge (#2003)
     add 288a1a4be Merge branch 'master' into olap-algo

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |    4 +-
 hugegraph-dist/release-docs/LICENSE                |  542 ++++++
 hugegraph-dist/release-docs/NOTICE                 | 1880 ++++++++++++++++++
 .../release-docs/licenses/LICENSE-HdrHistogram.txt |   41 +
 .../release-docs/licenses/LICENSE-ST4.txt          |   26 +
 .../licenses/LICENSE-audience-annotations.txt      |    8 +-
 .../licenses/LICENSE-byte-buddy-agent.txt          |   26 -
 .../release-docs/licenses/LICENSE-byte-buddy.txt   |   28 +-
 .../licenses/LICENSE-commons-beanutils.txt         |   10 +-
 .../release-docs/licenses/LICENSE-commons-cli.txt  |    7 +-
 .../licenses/LICENSE-commons-codec.txt             |   10 +-
 .../licenses/LICENSE-commons-collections.txt       |   10 +-
 .../licenses/LICENSE-commons-compress.txt          |    9 +-
 .../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           |   10 +-
 .../licenses/LICENSE-commons-math3.txt             |  456 +++++
 .../licenses/LICENSE-commons-text.txt              |   10 +-
 .../release-docs/licenses/LICENSE-compress-lzf.txt |    8 +
 .../licenses/LICENSE-gremlin-console.txt           |    8 +-
 .../release-docs/licenses/LICENSE-gremlin-core.txt |    8 +-
 .../licenses/LICENSE-gremlin-driver.txt            |    8 +-
 .../licenses/LICENSE-gremlin-groovy.txt            |    8 +-
 .../licenses/LICENSE-gremlin-server.txt            |    8 +-
 .../licenses/LICENSE-gremlin-shaded.txt            |    8 +-
 .../release-docs/licenses/LICENSE-gremlin-test.txt |    8 +-
 .../licenses/LICENSE-groovy-2.5.14.txt             |   19 +-
 .../licenses/LICENSE-groovy-cli-picocli.txt        |    8 +-
 .../licenses/LICENSE-groovy-console.txt            |    8 +-
 .../release-docs/licenses/LICENSE-groovy-swing.txt |    8 +-
 .../licenses/LICENSE-groovy-templates.txt          |    8 +-
 .../release-docs/licenses/LICENSE-groovy-xml.txt   |    8 +-
 .../licenses/LICENSE-hbase-shaded-endpoint.txt     |  868 +++++++++
 .../licenses/LICENSE-htrace-core4-4.2.0.txt        |    8 +-
 .../release-docs/licenses/LICENSE-httpclient.txt   |    8 +-
 .../release-docs/licenses/LICENSE-httpcore.txt     |    8 +-
 .../release-docs/licenses/LICENSE-ivy.txt          |   62 +-
 .../licenses/LICENSE-jackson-annotations.txt       |    8 +-
 .../release-docs/licenses/LICENSE-jackson-core.txt |    8 +-
 .../licenses/LICENSE-jackson-databind.txt          |    8 +-
 .../licenses/LICENSE-jackson-dataformat-yaml.txt   |    8 +
 .../licenses/LICENSE-jackson-datatype-jsr310.txt   |    8 +
 .../licenses/LICENSE-jackson-jaxrs-base.txt        |    8 +
 .../LICENSE-jackson-jaxrs-json-provider-2.12.1.txt |    8 +
 .../LICENSE-jackson-jaxrs-json-provider.txt        |    8 +
 .../LICENSE-jackson-module-jaxb-annotations.txt    |    8 +
 .../licenses/LICENSE-jersey-client.txt             |  759 ++++++++
 .../release-docs/licenses/LICENSE-jna.txt          |   22 +
 .../release-docs/licenses/LICENSE-kerb-admin.txt   |    8 +-
 .../release-docs/licenses/LICENSE-kerb-client.txt  |    8 +-
 .../release-docs/licenses/LICENSE-kerb-common.txt  |    8 +-
 .../release-docs/licenses/LICENSE-kerb-core.txt    |    8 +-
 .../release-docs/licenses/LICENSE-kerb-crypto.txt  |    8 +-
 .../licenses/LICENSE-kerb-identity.txt             |    8 +-
 .../release-docs/licenses/LICENSE-kerb-server.txt  |    8 +-
 .../licenses/LICENSE-kerb-simplekdc.txt            |    8 +-
 .../release-docs/licenses/LICENSE-kerb-util.txt    |    8 +-
 .../release-docs/licenses/LICENSE-kerby-asn1.txt   |    8 +-
 .../release-docs/licenses/LICENSE-kerby-config.txt |    8 +-
 .../release-docs/licenses/LICENSE-kerby-pkix.txt   |    8 +-
 .../release-docs/licenses/LICENSE-kerby-util.txt   |    8 +-
 .../release-docs/licenses/LICENSE-kerby-xdr.txt    |    8 +-
 .../release-docs/licenses/LICENSE-log4j-api.txt    |    8 +-
 .../release-docs/licenses/LICENSE-log4j-core.txt   |    8 +-
 .../licenses/LICENSE-log4j-slf4j-impl.txt          |    8 +-
 .../licenses/LICENSE-mysql-connector-java.txt      | 2051 ++++++++++++++++++++
 .../release-docs/licenses/LICENSE-objenesis.txt    |    8 +-
 .../release-docs/licenses/LICENSE-postgresql.txt   |   33 +
 .../licenses/LICENSE-swagger-annotations.txt       |   11 +
 .../licenses/LICENSE-swagger-models.txt            |   11 +
 .../licenses/LICENSE-tinkergraph-gremlin.txt       |    8 +-
 .../licenses/LICENSE-token-provider.txt            |    8 +-
 pom.xml                                            |   26 +
 76 files changed, 7074 insertions(+), 273 deletions(-)
 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-HdrHistogram.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-ST4.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-audience-annotations.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-byte-buddy-agent.txt (89%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-byte-buddy.txt (89%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-beanutils.txt (98%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-cli.txt (99%)
 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-compress.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 (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-commons-math3.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-commons-text.txt  (98%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-compress-lzf.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-console.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-core.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-driver.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-groovy.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-server.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-shaded.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-gremlin-test.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-2.5.14.txt (96%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-cli-picocli.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-console.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-swing.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-templates.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-groovy-xml.txt (99%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-hbase-shaded-endpoint.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-htrace-core4-4.2.0.txt (99%)
 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-ivy.txt (78%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-annotations.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-jackson-core.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-datatype-jsr310.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.12.1.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.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jersey-client.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-jna.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-admin.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-client.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-common.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-core.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-crypto.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-identity.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-server.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-simplekdc.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerb-util.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerby-asn1.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerby-config.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerby-pkix.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerby-util.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-kerby-xdr.txt (99%)
 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%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-mysql-connector-java.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-objenesis.txt (99%)
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-postgresql.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-swagger-annotations.txt
 create mode 100644 hugegraph-dist/release-docs/licenses/LICENSE-swagger-models.txt
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-tinkergraph-gremlin.txt (99%)
 copy LICENSE => hugegraph-dist/release-docs/licenses/LICENSE-token-provider.txt (99%)