From owner-dev-commits-ports-main@freebsd.org Thu Jul 1 13:39:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DD55664378; Thu, 1 Jul 2021 13:39:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFzpn7388z3qVB; Thu, 1 Jul 2021 13:39:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9EAE21342; Thu, 1 Jul 2021 13:39:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 161Ddjjn008439; Thu, 1 Jul 2021 13:39:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 161DdjED008438; Thu, 1 Jul 2021 13:39:45 GMT (envelope-from git) Date: Thu, 1 Jul 2021 13:39:45 GMT Message-Id: <202107011339.161DdjED008438@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 4ecad9be9316 - main - textproc/apache-solr: Update to 8.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4ecad9be9316565feffc42d3fc92bc0351cfd2bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2021 13:39:46 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ecad9be9316565feffc42d3fc92bc0351cfd2bd commit 4ecad9be9316565feffc42d3fc92bc0351cfd2bd Author: Matthias Fechner AuthorDate: 2021-07-01 13:27:46 +0000 Commit: Matthias Fechner CommitDate: 2021-07-01 13:39:35 +0000 textproc/apache-solr: Update to 8.9.0 Upgrade manual: https://solr.apache.org/guide/8_9/solr-upgrade-notes.html Changelog: https://lucene.apache.org/core/8_9_0/changes/Changes.html#v8.9.0.api_changes --- textproc/apache-solr/Makefile | 2 +- textproc/apache-solr/distinfo | 6 +- textproc/apache-solr/files/pkg-message.in | 2 +- textproc/apache-solr/pkg-plist | 316 ++++++++++++++++++++---------- 4 files changed, 218 insertions(+), 108 deletions(-) diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index 68b249609d91..574b0e15626a 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= apache-solr -PORTVERSION= 8.8.2 +PORTVERSION= 8.9.0 CATEGORIES= textproc java MASTER_SITES= APACHE/lucene/solr/${PORTVERSION} DISTNAME= solr-${PORTVERSION} diff --git a/textproc/apache-solr/distinfo b/textproc/apache-solr/distinfo index e2fae6be0ea8..eb1dd3bef246 100644 --- a/textproc/apache-solr/distinfo +++ b/textproc/apache-solr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618645233 -SHA256 (solr-8.8.2.tgz) = 16b43f25192ab0c3165e86cf6e6f1fda5e5895c15208b7fb7ad0db95bfdecf7e -SIZE (solr-8.8.2.tgz) = 196365660 +TIMESTAMP = 1625145841 +SHA256 (solr-8.9.0.tgz) = c9c970e0603318eac1ca5bae24e9a85e917d012266159237e572e636c5a3da62 +SIZE (solr-8.9.0.tgz) = 202942547 diff --git a/textproc/apache-solr/files/pkg-message.in b/textproc/apache-solr/files/pkg-message.in index e59155b84ff4..9a5826983431 100644 --- a/textproc/apache-solr/files/pkg-message.in +++ b/textproc/apache-solr/files/pkg-message.in @@ -39,7 +39,7 @@ Change it and make sure it is loaded in %%LOCALBASE%%/etc/solr.in.sh. Make also sure to always check the manual if you need to modify your configs or schemas: -https://www-eu.apache.org/dist/lucene/solr/8.0.0/changes/Changes.html +https://solr.apache.org/guide/8_9/solr-upgrade-notes.html EOM } ] diff --git a/textproc/apache-solr/pkg-plist b/textproc/apache-solr/pkg-plist index 36f44f66db1d..2ee44e0a5378 100644 --- a/textproc/apache-solr/pkg-plist +++ b/textproc/apache-solr/pkg-plist @@ -19,11 +19,11 @@ solr/contrib/analysis-extras/lib/morfologik-polish-2.1.5.jar solr/contrib/analysis-extras/lib/morfologik-stemming-2.1.5.jar solr/contrib/analysis-extras/lib/morfologik-ukrainian-search-4.9.1.jar solr/contrib/analysis-extras/lib/opennlp-tools-1.9.2.jar -solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-icu-8.8.2.jar -solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-morfologik-8.8.2.jar -solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-opennlp-8.8.2.jar -solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-smartcn-8.8.2.jar -solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-stempel-8.8.2.jar +solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-icu-8.9.0.jar +solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-morfologik-8.9.0.jar +solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-opennlp-8.9.0.jar +solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-smartcn-8.9.0.jar +solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-stempel-8.9.0.jar solr/contrib/dataimporthandler-extras/lib/activation-1.1.1.jar solr/contrib/dataimporthandler-extras/lib/gimap-1.5.1.jar solr/contrib/dataimporthandler-extras/lib/javax.mail-1.5.1.jar @@ -74,6 +74,33 @@ solr/contrib/extraction/lib/xml-apis-1.4.01.jar solr/contrib/extraction/lib/xmlbeans-3.1.0.jar solr/contrib/extraction/lib/xmpcore-shaded-6.1.10.jar solr/contrib/extraction/lib/xz-1.8.jar +solr/contrib/gcs-repository/lib/api-common-1.8.1.jar +solr/contrib/gcs-repository/lib/error_prone_annotations-2.3.2.jar +solr/contrib/gcs-repository/lib/gax-1.45.0.jar +solr/contrib/gcs-repository/lib/gax-httpjson-0.62.0.jar +solr/contrib/gcs-repository/lib/google-api-client-1.31.3.jar +solr/contrib/gcs-repository/lib/google-api-services-storage-v1-rev20210127-1.31.0.jar +solr/contrib/gcs-repository/lib/google-auth-library-credentials-0.15.0.jar +solr/contrib/gcs-repository/lib/google-auth-library-oauth2-http-0.15.0.jar +solr/contrib/gcs-repository/lib/google-cloud-core-1.77.0.jar +solr/contrib/gcs-repository/lib/google-cloud-core-http-1.77.0.jar +solr/contrib/gcs-repository/lib/google-cloud-nio-0.122.11.jar +solr/contrib/gcs-repository/lib/google-cloud-storage-1.113.14.jar +solr/contrib/gcs-repository/lib/google-http-client-1.39.0.jar +solr/contrib/gcs-repository/lib/google-http-client-appengine-1.39.0.jar +solr/contrib/gcs-repository/lib/google-http-client-jackson2-1.39.0.jar +solr/contrib/gcs-repository/lib/google-oauth-client-1.29.2.jar +solr/contrib/gcs-repository/lib/grpc-context-1.19.0.jar +solr/contrib/gcs-repository/lib/gson-2.7.jar +solr/contrib/gcs-repository/lib/j2objc-annotations-1.1.jar +solr/contrib/gcs-repository/lib/jackson-core-2.11.2.jar +solr/contrib/gcs-repository/lib/opencensus-api-0.21.0.jar +solr/contrib/gcs-repository/lib/opencensus-contrib-http-util-0.21.0.jar +solr/contrib/gcs-repository/lib/proto-google-common-protos-1.16.0.jar +solr/contrib/gcs-repository/lib/proto-google-iam-v1-0.12.0.jar +solr/contrib/gcs-repository/lib/protobuf-java-3.11.0.jar +solr/contrib/gcs-repository/lib/protobuf-java-util-3.11.0.jar +solr/contrib/gcs-repository/lib/threetenbp-1.3.3.jar solr/contrib/jaegertracer-configurator/README.txt solr/contrib/jaegertracer-configurator/lib/jaeger-core-1.1.0.jar solr/contrib/jaegertracer-configurator/lib/jaeger-thrift-1.1.0.jar @@ -100,42 +127,43 @@ solr/contrib/prometheus-exporter/lib/simpleclient-0.2.0.jar solr/contrib/prometheus-exporter/lib/simpleclient_common-0.2.0.jar solr/contrib/prometheus-exporter/lib/simpleclient_httpserver-0.2.0.jar solr/contrib/prometheus-exporter/lib/slf4j-api-1.7.24.jar -solr/contrib/prometheus-exporter/lucene-libs/lucene-analyzers-common-8.8.2.jar +solr/contrib/prometheus-exporter/lucene-libs/lucene-analyzers-common-8.9.0.jar solr/contrib/velocity/lib/commons-lang3-3.10.jar solr/contrib/velocity/lib/velocity-engine-core-2.0.jar solr/contrib/velocity/lib/velocity-tools-generic-3.0.jar solr/contrib/velocity/lib/velocity-tools-view-3.0.jar solr/contrib/velocity/lib/velocity-tools-view-jsp-3.0.jar -solr/dist/solr-analysis-extras-8.8.2.jar -solr/dist/solr-analytics-8.8.2.jar -solr/dist/solr-cell-8.8.2.jar -solr/dist/solr-core-8.8.2.jar -solr/dist/solr-dataimporthandler-8.8.2.jar -solr/dist/solr-dataimporthandler-extras-8.8.2.jar -solr/dist/solr-jaegertracer-configurator-8.8.2.jar -solr/dist/solr-langid-8.8.2.jar -solr/dist/solr-ltr-8.8.2.jar -solr/dist/solr-prometheus-exporter-8.8.2.jar -solr/dist/solr-solrj-8.8.2.jar -solr/dist/solr-test-framework-8.8.2.jar -solr/dist/solr-velocity-8.8.2.jar +solr/dist/solr-analysis-extras-8.9.0.jar +solr/dist/solr-analytics-8.9.0.jar +solr/dist/solr-cell-8.9.0.jar +solr/dist/solr-core-8.9.0.jar +solr/dist/solr-dataimporthandler-8.9.0.jar +solr/dist/solr-dataimporthandler-extras-8.9.0.jar +solr/dist/solr-gcs-repository-8.9.0.jar +solr/dist/solr-jaegertracer-configurator-8.9.0.jar +solr/dist/solr-langid-8.9.0.jar +solr/dist/solr-ltr-8.9.0.jar +solr/dist/solr-prometheus-exporter-8.9.0.jar +solr/dist/solr-solrj-8.9.0.jar +solr/dist/solr-test-framework-8.9.0.jar +solr/dist/solr-velocity-8.9.0.jar solr/dist/solrj-lib/commons-io-2.8.0.jar solr/dist/solrj-lib/commons-lang-2.6.jar solr/dist/solrj-lib/commons-math3-3.6.1.jar -solr/dist/solrj-lib/http2-client-9.4.34.v20201102.jar -solr/dist/solrj-lib/http2-common-9.4.34.v20201102.jar -solr/dist/solrj-lib/http2-hpack-9.4.34.v20201102.jar -solr/dist/solrj-lib/http2-http-client-transport-9.4.34.v20201102.jar +solr/dist/solrj-lib/http2-client-9.4.41.v20210516.jar +solr/dist/solrj-lib/http2-common-9.4.41.v20210516.jar +solr/dist/solrj-lib/http2-hpack-9.4.41.v20210516.jar +solr/dist/solrj-lib/http2-http-client-transport-9.4.41.v20210516.jar solr/dist/solrj-lib/httpclient-4.5.12.jar solr/dist/solrj-lib/httpcore-4.4.13.jar solr/dist/solrj-lib/httpmime-4.5.12.jar solr/dist/solrj-lib/jcl-over-slf4j-1.7.24.jar -solr/dist/solrj-lib/jetty-alpn-client-9.4.34.v20201102.jar -solr/dist/solrj-lib/jetty-alpn-java-client-9.4.34.v20201102.jar -solr/dist/solrj-lib/jetty-client-9.4.34.v20201102.jar -solr/dist/solrj-lib/jetty-http-9.4.34.v20201102.jar -solr/dist/solrj-lib/jetty-io-9.4.34.v20201102.jar -solr/dist/solrj-lib/jetty-util-9.4.34.v20201102.jar +solr/dist/solrj-lib/jetty-alpn-client-9.4.41.v20210516.jar +solr/dist/solrj-lib/jetty-alpn-java-client-9.4.41.v20210516.jar +solr/dist/solrj-lib/jetty-client-9.4.41.v20210516.jar +solr/dist/solrj-lib/jetty-http-9.4.41.v20210516.jar +solr/dist/solrj-lib/jetty-io-9.4.41.v20210516.jar +solr/dist/solrj-lib/jetty-util-9.4.41.v20210516.jar solr/dist/solrj-lib/netty-buffer-4.1.50.Final.jar solr/dist/solrj-lib/netty-codec-4.1.50.Final.jar solr/dist/solrj-lib/netty-common-4.1.50.Final.jar @@ -157,7 +185,7 @@ solr/dist/test-framework/lib/junit-4.13.1.jar solr/dist/test-framework/lib/junit4-ant-2.7.2.jar solr/dist/test-framework/lib/opentracing-mock-0.33.0.jar solr/dist/test-framework/lib/randomizedtesting-runner-2.7.2.jar -solr/dist/test-framework/lucene-libs/lucene-test-framework-8.8.2.jar +solr/dist/test-framework/lucene-libs/lucene-test-framework-8.9.0.jar solr/docs/images/solr.svg solr/docs/index.html solr/example/README.txt @@ -469,6 +497,9 @@ solr/licenses/apache-mime4j-core-NOTICE.txt solr/licenses/apache-mime4j-dom-0.8.3.jar.sha1 solr/licenses/apache-mime4j-dom-LICENSE-ASL.txt solr/licenses/apache-mime4j-dom-NOTICE.txt +solr/licenses/api-common-1.8.1.jar.sha1 +solr/licenses/api-common-LICENSE-BSD.txt +solr/licenses/api-common-NOTICE.txt solr/licenses/argparse4j-0.8.1.jar.sha1 solr/licenses/argparse4j-LICENSE-MIT.txt solr/licenses/argparse4j-NOTICE.txt @@ -484,6 +515,7 @@ solr/licenses/asm-commons-LICENSE-BSD_LIKE.txt solr/licenses/asm-commons-NOTICE.txt solr/licenses/aspectjrt-1.8.0.jar.sha1 solr/licenses/aspectjrt-LICENSE-EPL.txt +solr/licenses/auto-value-annotations-LICENSE-ASL.txt solr/licenses/avatica-core-1.13.0.jar.sha1 solr/licenses/avatica-core-LICENSE-ASL.txt solr/licenses/avatica-core-NOTICE.txt @@ -511,6 +543,7 @@ solr/licenses/calcite-core-NOTICE.txt solr/licenses/calcite-linq4j-1.18.0.jar.sha1 solr/licenses/calcite-linq4j-LICENSE-ASL.txt solr/licenses/calcite-linq4j-NOTICE.txt +solr/licenses/checker-compat-qual-LICENSE-MIT.txt solr/licenses/commons-cli-1.4.jar.sha1 solr/licenses/commons-cli-LICENSE-ASL.txt solr/licenses/commons-cli-NOTICE.txt @@ -584,11 +617,65 @@ solr/licenses/disruptor-NOTICE.txt solr/licenses/eigenbase-properties-1.1.5.jar.sha1 solr/licenses/eigenbase-properties-LICENSE-ASL.txt solr/licenses/eigenbase-properties-NOTICE.txt +solr/licenses/error_prone_annotations-2.3.2.jar.sha1 +solr/licenses/error_prone_annotations-LICENSE-ASL.txt +solr/licenses/error_prone_annotations-NOTICE.txt +solr/licenses/failureaccess-LICENSE-ASL.txt solr/licenses/fontbox-2.0.19.jar.sha1 solr/licenses/fontbox-LICENSE-ASL.txt solr/licenses/fontbox-NOTICE.txt +solr/licenses/gax-1.45.0.jar.sha1 +solr/licenses/gax-LICENSE-BSD.txt +solr/licenses/gax-NOTICE.txt +solr/licenses/gax-httpjson-0.62.0.jar.sha1 +solr/licenses/gax-httpjson-LICENSE-BSD.txt +solr/licenses/gax-httpjson-NOTICE.txt solr/licenses/gimap-1.5.1.jar.sha1 solr/licenses/gimap-LICENSE-CDDL.txt +solr/licenses/google-api-client-1.31.3.jar.sha1 +solr/licenses/google-api-client-LICENSE-ASL.txt +solr/licenses/google-api-client-NOTICE.txt +solr/licenses/google-api-services-storage-LICENSE-ASL.txt +solr/licenses/google-api-services-storage-v1-rev20210127-1.31.0.jar.sha1 +solr/licenses/google-api-services-storage-v1-rev20210127-LICENSE-ASL.txt +solr/licenses/google-api-services-storage-v1-rev20210127-NOTICE.txt +solr/licenses/google-auth-library-credentials-0.15.0.jar.sha1 +solr/licenses/google-auth-library-credentials-LICENSE-BSD.txt +solr/licenses/google-auth-library-credentials-NOTICE.txt +solr/licenses/google-auth-library-oauth2-http-0.15.0.jar.sha1 +solr/licenses/google-auth-library-oauth2-http-LICENSE-BSD.txt +solr/licenses/google-auth-library-oauth2-http-NOTICE.txt +solr/licenses/google-cloud-core-1.77.0.jar.sha1 +solr/licenses/google-cloud-core-LICENSE-ASL.txt +solr/licenses/google-cloud-core-NOTICE.txt +solr/licenses/google-cloud-core-http-1.77.0.jar.sha1 +solr/licenses/google-cloud-core-http-LICENSE-ASL.txt +solr/licenses/google-cloud-core-http-NOTICE.txt +solr/licenses/google-cloud-nio-0.122.11.jar.sha1 +solr/licenses/google-cloud-nio-LICENSE-ASL.txt +solr/licenses/google-cloud-nio-NOTICE.txt +solr/licenses/google-cloud-storage-1.113.14.jar.sha1 +solr/licenses/google-cloud-storage-LICENSE-ASL.txt +solr/licenses/google-cloud-storage-NOTICE.txt +solr/licenses/google-http-client-1.39.0.jar.sha1 +solr/licenses/google-http-client-LICENSE-ASL.txt +solr/licenses/google-http-client-NOTICE.txt +solr/licenses/google-http-client-apache-v2-LICENSE-ASL.txt +solr/licenses/google-http-client-appengine-1.39.0.jar.sha1 +solr/licenses/google-http-client-appengine-LICENSE-ASL.txt +solr/licenses/google-http-client-appengine-NOTICE.txt +solr/licenses/google-http-client-jackson2-1.39.0.jar.sha1 +solr/licenses/google-http-client-jackson2-LICENSE-ASL.txt +solr/licenses/google-http-client-jackson2-NOTICE.txt +solr/licenses/google-oauth-client-1.29.2.jar.sha1 +solr/licenses/google-oauth-client-LICENSE-ASL.txt +solr/licenses/google-oauth-client-NOTICE.txt +solr/licenses/grpc-context-1.19.0.jar.sha1 +solr/licenses/grpc-context-LICENSE-ASL.txt +solr/licenses/grpc-context-NOTICE.txt +solr/licenses/gson-2.7.jar.sha1 +solr/licenses/gson-LICENSE-ASL.txt +solr/licenses/gson-NOTICE.txt solr/licenses/guava-25.1-jre.jar.sha1 solr/licenses/guava-LICENSE-ASL.txt solr/licenses/guava-NOTICE.txt @@ -631,19 +718,19 @@ solr/licenses/hsqldb-NOTICE.txt solr/licenses/htrace-core4-4.1.0-incubating.jar.sha1 solr/licenses/htrace-core4-LICENSE-ASL.txt solr/licenses/htrace-core4-NOTICE.txt -solr/licenses/http2-client-9.4.34.v20201102.jar.sha1 +solr/licenses/http2-client-9.4.41.v20210516.jar.sha1 solr/licenses/http2-client-LICENSE-ASL.txt solr/licenses/http2-client-NOTICE.txt -solr/licenses/http2-common-9.4.34.v20201102.jar.sha1 +solr/licenses/http2-common-9.4.41.v20210516.jar.sha1 solr/licenses/http2-common-LICENSE-ASL.txt solr/licenses/http2-common-NOTICE.txt -solr/licenses/http2-hpack-9.4.34.v20201102.jar.sha1 +solr/licenses/http2-hpack-9.4.41.v20210516.jar.sha1 solr/licenses/http2-hpack-LICENSE-ASL.txt solr/licenses/http2-hpack-NOTICE.txt -solr/licenses/http2-http-client-transport-9.4.34.v20201102.jar.sha1 +solr/licenses/http2-http-client-transport-9.4.41.v20210516.jar.sha1 solr/licenses/http2-http-client-transport-LICENSE-ASL.txt solr/licenses/http2-http-client-transport-NOTICE.txt -solr/licenses/http2-server-9.4.34.v20201102.jar.sha1 +solr/licenses/http2-server-9.4.41.v20210516.jar.sha1 solr/licenses/http2-server-LICENSE-ASL.txt solr/licenses/http2-server-NOTICE.txt solr/licenses/httpclient-4.5.12.jar.sha1 @@ -661,6 +748,9 @@ solr/licenses/icu4j-NOTICE.txt solr/licenses/isoparser-1.9.41.2.jar.sha1 solr/licenses/isoparser-LICENSE-ASL.txt solr/licenses/isoparser-NOTICE.txt +solr/licenses/j2objc-annotations-1.1.jar.sha1 +solr/licenses/j2objc-annotations-LICENSE-ASL.txt +solr/licenses/j2objc-annotations-NOTICE.txt solr/licenses/jackcess-3.0.1.jar.sha1 solr/licenses/jackcess-LICENSE-ASL.txt solr/licenses/jackcess-NOTICE.txt @@ -700,6 +790,7 @@ solr/licenses/java-libpst-LICENSE-ASL.txt solr/licenses/java-libpst-NOTICE.txt solr/licenses/java-semver-0.9.0.jar.sha1 solr/licenses/java-semver-LICENSE-MIT.txt +solr/licenses/javax.inject-LICENSE-ASL.txt solr/licenses/javax.mail-1.5.1.jar.sha1 solr/licenses/javax.mail-LICENSE-CDDL.txt solr/licenses/javax.servlet-api-3.1.0.jar.sha1 @@ -722,24 +813,24 @@ solr/licenses/jersey-servlet-1.19.jar.sha1 solr/licenses/jersey-servlet-LICENSE-CDDL.txt solr/licenses/jetty-LICENSE-ASL.txt solr/licenses/jetty-NOTICE.txt -solr/licenses/jetty-alpn-client-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-alpn-java-client-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-alpn-java-server-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-alpn-server-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-client-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-continuation-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-deploy-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-http-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-io-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-jmx-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-rewrite-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-security-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-server-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-servlet-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-servlets-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-util-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-webapp-9.4.34.v20201102.jar.sha1 -solr/licenses/jetty-xml-9.4.34.v20201102.jar.sha1 +solr/licenses/jetty-alpn-client-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-alpn-java-client-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-alpn-java-server-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-alpn-server-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-client-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-continuation-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-deploy-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-http-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-io-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-jmx-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-rewrite-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-security-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-server-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-servlet-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-servlets-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-util-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-webapp-9.4.41.v20210516.jar.sha1 +solr/licenses/jetty-xml-9.4.41.v20210516.jar.sha1 solr/licenses/jmatio-1.5.jar.sha1 solr/licenses/jmatio-LICENSE-BSD.txt solr/licenses/jmatio-NOTICE.txt @@ -814,6 +905,7 @@ solr/licenses/langdetect-NOTICE.txt solr/licenses/libthrift-0.13.0.jar.sha1 solr/licenses/libthrift-LICENSE-ASL.txt solr/licenses/libthrift-NOTICE.txt +solr/licenses/listenablefuture-LICENSE-ASL.txt solr/licenses/log4j-1.2-api-2.13.2.jar.sha1 solr/licenses/log4j-LICENSE-ASL.txt solr/licenses/log4j-NOTICE.txt @@ -896,6 +988,12 @@ solr/licenses/netty-transport-native-unix-common-NOTICE.txt solr/licenses/objenesis-2.6.jar.sha1 solr/licenses/objenesis-LICENSE-ASL.txt solr/licenses/objenesis-NOTICE.txt +solr/licenses/opencensus-api-0.21.0.jar.sha1 +solr/licenses/opencensus-api-LICENSE-ASL.txt +solr/licenses/opencensus-api-NOTICE.txt +solr/licenses/opencensus-contrib-http-util-0.21.0.jar.sha1 +solr/licenses/opencensus-contrib-http-util-LICENSE-ASL.txt +solr/licenses/opencensus-contrib-http-util-NOTICE.txt solr/licenses/opennlp-tools-1.9.2.jar.sha1 solr/licenses/opennlp-tools-LICENSE-ASL.txt solr/licenses/opennlp-tools-NOTICE.txt @@ -934,9 +1032,18 @@ solr/licenses/poi-scratchpad-LICENSE-ASL.txt solr/licenses/poi-scratchpad-NOTICE.txt solr/licenses/presto-parser-LICENSE-ASL.txt solr/licenses/presto-parser-NOTICE.txt +solr/licenses/proto-google-common-protos-1.16.0.jar.sha1 +solr/licenses/proto-google-common-protos-LICENSE-ASL.txt +solr/licenses/proto-google-common-protos-NOTICE.txt +solr/licenses/proto-google-iam-v1-0.12.0.jar.sha1 +solr/licenses/proto-google-iam-v1-LICENSE-ASL.txt +solr/licenses/proto-google-iam-v1-NOTICE.txt solr/licenses/protobuf-java-3.11.0.jar.sha1 solr/licenses/protobuf-java-LICENSE-BSD.txt solr/licenses/protobuf-java-NOTICE.txt +solr/licenses/protobuf-java-util-3.11.0.jar.sha1 +solr/licenses/protobuf-java-util-LICENSE-BSD.txt +solr/licenses/protobuf-java-util-NOTICE.txt solr/licenses/randomizedtesting-runner-2.7.2.jar.sha1 solr/licenses/randomizedtesting-runner-LICENSE-ASL.txt solr/licenses/randomizedtesting-runner-NOTICE.txt @@ -988,6 +1095,9 @@ solr/licenses/t-digest-NOTICE.txt solr/licenses/tagsoup-1.2.1.jar.sha1 solr/licenses/tagsoup-LICENSE-ASL.txt solr/licenses/tagsoup-NOTICE.txt +solr/licenses/threetenbp-1.3.3.jar.sha1 +solr/licenses/threetenbp-LICENSE-BSD.txt +solr/licenses/threetenbp-NOTICE.txt solr/licenses/tika-core-1.24.1.jar.sha1 solr/licenses/tika-core-LICENSE-ASL.txt solr/licenses/tika-core-NOTICE.txt @@ -1062,25 +1172,25 @@ solr/server/lib/ext/log4j-core-2.13.2.jar solr/server/lib/ext/log4j-slf4j-impl-2.13.2.jar solr/server/lib/ext/log4j-web-2.13.2.jar solr/server/lib/ext/slf4j-api-1.7.24.jar -solr/server/lib/http2-common-9.4.34.v20201102.jar -solr/server/lib/http2-hpack-9.4.34.v20201102.jar -solr/server/lib/http2-server-9.4.34.v20201102.jar +solr/server/lib/http2-common-9.4.41.v20210516.jar +solr/server/lib/http2-hpack-9.4.41.v20210516.jar +solr/server/lib/http2-server-9.4.41.v20210516.jar solr/server/lib/javax.servlet-api-3.1.0.jar -solr/server/lib/jetty-alpn-java-server-9.4.34.v20201102.jar -solr/server/lib/jetty-alpn-server-9.4.34.v20201102.jar -solr/server/lib/jetty-continuation-9.4.34.v20201102.jar -solr/server/lib/jetty-deploy-9.4.34.v20201102.jar -solr/server/lib/jetty-http-9.4.34.v20201102.jar -solr/server/lib/jetty-io-9.4.34.v20201102.jar -solr/server/lib/jetty-jmx-9.4.34.v20201102.jar -solr/server/lib/jetty-rewrite-9.4.34.v20201102.jar -solr/server/lib/jetty-security-9.4.34.v20201102.jar -solr/server/lib/jetty-server-9.4.34.v20201102.jar -solr/server/lib/jetty-servlet-9.4.34.v20201102.jar -solr/server/lib/jetty-servlets-9.4.34.v20201102.jar -solr/server/lib/jetty-util-9.4.34.v20201102.jar -solr/server/lib/jetty-webapp-9.4.34.v20201102.jar -solr/server/lib/jetty-xml-9.4.34.v20201102.jar +solr/server/lib/jetty-alpn-java-server-9.4.41.v20210516.jar +solr/server/lib/jetty-alpn-server-9.4.41.v20210516.jar +solr/server/lib/jetty-continuation-9.4.41.v20210516.jar +solr/server/lib/jetty-deploy-9.4.41.v20210516.jar +solr/server/lib/jetty-http-9.4.41.v20210516.jar +solr/server/lib/jetty-io-9.4.41.v20210516.jar +solr/server/lib/jetty-jmx-9.4.41.v20210516.jar +solr/server/lib/jetty-rewrite-9.4.41.v20210516.jar +solr/server/lib/jetty-security-9.4.41.v20210516.jar +solr/server/lib/jetty-server-9.4.41.v20210516.jar +solr/server/lib/jetty-servlet-9.4.41.v20210516.jar +solr/server/lib/jetty-servlets-9.4.41.v20210516.jar +solr/server/lib/jetty-util-9.4.41.v20210516.jar +solr/server/lib/jetty-webapp-9.4.41.v20210516.jar +solr/server/lib/jetty-xml-9.4.41.v20210516.jar solr/server/lib/metrics-core-4.1.5.jar solr/server/lib/metrics-graphite-4.1.5.jar solr/server/lib/metrics-jetty9-4.1.5.jar @@ -1129,10 +1239,10 @@ solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-3.2.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-client-3.2.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/hppc-0.8.1.jar solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core4-4.1.0-incubating.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/http2-client-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/http2-common-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/http2-hpack-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/http2-http-client-transport-9.4.34.v20201102.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/http2-client-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/http2-common-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/http2-hpack-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/http2-http-client-transport-9.4.41.v20210516.jar solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.5.12.jar solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.13.jar solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.5.12.jar @@ -1142,38 +1252,38 @@ solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-databind-2.11.2.jar solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.11.2.jar solr/server/solr-webapp/webapp/WEB-INF/lib/janino-3.0.9.jar solr/server/solr-webapp/webapp/WEB-INF/lib/java-semver-0.9.0.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-alpn-client-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-alpn-java-client-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-client-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-http-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-io-9.4.34.v20201102.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-util-9.4.34.v20201102.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-alpn-client-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-alpn-java-client-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-client-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-http-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-io-9.4.41.v20210516.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-util-9.4.41.v20210516.jar solr/server/solr-webapp/webapp/WEB-INF/lib/jose4j-0.6.5.jar solr/server/solr-webapp/webapp/WEB-INF/lib/json-path-2.4.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/kerb-core-1.0.1.jar solr/server/solr-webapp/webapp/WEB-INF/lib/kerb-util-1.0.1.jar solr/server/solr-webapp/webapp/WEB-INF/lib/kerby-asn1-1.0.1.jar solr/server/solr-webapp/webapp/WEB-INF/lib/kerby-pkix-1.0.1.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-common-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-kuromoji-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-nori-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-phonetic-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-classification-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-expressions-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-grouping-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queryparser-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-extras-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial3d-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-8.8.2.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-common-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-kuromoji-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-nori-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-analyzers-phonetic-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-classification-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-expressions-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-grouping-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queryparser-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-extras-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial3d-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-8.9.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/netty-buffer-4.1.50.Final.jar solr/server/solr-webapp/webapp/WEB-INF/lib/netty-codec-4.1.50.Final.jar solr/server/solr-webapp/webapp/WEB-INF/lib/netty-common-4.1.50.Final.jar @@ -1190,8 +1300,8 @@ solr/server/solr-webapp/webapp/WEB-INF/lib/re2j-1.2.jar solr/server/solr-webapp/webapp/WEB-INF/lib/rrd4j-3.5.jar solr/server/solr-webapp/webapp/WEB-INF/lib/s2-geometry-library-java-1.0.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/snappy-java-1.1.7.6.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-8.8.2.jar -solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-8.8.2.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-8.9.0.jar +solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-8.9.0.jar solr/server/solr-webapp/webapp/WEB-INF/lib/spatial4j-0.7.jar solr/server/solr-webapp/webapp/WEB-INF/lib/stax2-api-3.1.4.jar solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar