This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_9_1
in repository https://gitbox.apache.org/repos/asf/solr.git
from 8093e782eee SOLR-16585: Fix NPE in MatchAllDocs pagination (#1236)
new 41b41f04d30 SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013 (#1106)
new 888ec054d5f SOLR-16568: Update FasterXML Woodstox to 6.4.0 (#1209)
The 2 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:
solr/CHANGES.txt | 7 +
solr/core/build.gradle | 3 +
.../biz.aQute.bnd.annotation-6.3.1.jar.sha1 | 1 +
.../biz.aQute.bnd.annotation-LICENSE-ASL.txt | 203 +++++++++++++++++++++
solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt | 2 +
solr/licenses/jackson-annotations-2.13.3.jar.sha1 | 1 -
solr/licenses/jackson-annotations-2.13.4.jar.sha1 | 1 +
solr/licenses/jackson-core-2.13.3.jar.sha1 | 1 -
solr/licenses/jackson-core-2.13.4.jar.sha1 | 1 +
solr/licenses/jackson-databind-2.13.3.jar.sha1 | 1 -
solr/licenses/jackson-databind-2.13.4.2.jar.sha1 | 1 +
.../jackson-dataformat-cbor-2.13.3.jar.sha1 | 1 -
.../jackson-dataformat-cbor-2.13.4.jar.sha1 | 1 +
.../jackson-dataformat-smile-2.13.3.jar.sha1 | 1 -
.../jackson-dataformat-smile-2.13.4.jar.sha1 | 1 +
.../jackson-dataformat-xml-2.13.3.jar.sha1 | 1 -
.../jackson-dataformat-xml-2.13.4.jar.sha1 | 1 +
.../licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 | 1 -
.../licenses/jackson-datatype-jdk8-2.13.4.jar.sha1 | 1 +
.../jackson-datatype-jsr310-2.13.3.jar.sha1 | 1 -
.../jackson-datatype-jsr310-2.13.4.jar.sha1 | 1 +
...jackson-module-jaxb-annotations-2.13.4.jar.sha1 | 1 +
.../licenses/jackson-module-kotlin-2.13.3.jar.sha1 | 1 -
.../licenses/jackson-module-kotlin-2.13.4.jar.sha1 | 1 +
.../jackson-module-parameter-names-2.13.3.jar.sha1 | 1 -
.../jackson-module-parameter-names-2.13.4.jar.sha1 | 1 +
solr/licenses/org.osgi.resource-1.0.0.jar.sha1 | 1 +
solr/licenses/org.osgi.resource-LICENSE-ASL.txt | 201 ++++++++++++++++++++
solr/licenses/org.osgi.resource-NOTICE.txt | 47 +++++
.../org.osgi.service.serviceloader-1.0.0.jar.sha1 | 1 +
.../org.osgi.service.serviceloader-LICENSE-ASL.txt | 201 ++++++++++++++++++++
.../org.osgi.service.serviceloader-NOTICE.txt | 47 +++++
solr/licenses/osgi.annotation-8.1.0.jar.sha1 | 1 +
solr/licenses/osgi.annotation-LICENSE-ASL.txt | 201 ++++++++++++++++++++
solr/licenses/osgi.annotation-NOTICE.txt | 47 +++++
solr/licenses/woodstox-core-6.2.8.jar.sha1 | 1 -
solr/licenses/woodstox-core-6.4.0.jar.sha1 | 1 +
versions.lock | 28 +--
versions.props | 6 +-
39 files changed, 995 insertions(+), 25 deletions(-)
create mode 100644 solr/licenses/biz.aQute.bnd.annotation-6.3.1.jar.sha1
create mode 100644 solr/licenses/biz.aQute.bnd.annotation-LICENSE-ASL.txt
create mode 100644 solr/licenses/biz.aQute.bnd.annotation-NOTICE.txt
delete mode 100644 solr/licenses/jackson-annotations-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-annotations-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-core-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-core-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-databind-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-databind-2.13.4.2.jar.sha1
delete mode 100644 solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-dataformat-cbor-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-dataformat-smile-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-dataformat-xml-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-datatype-jdk8-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-datatype-jsr310-2.13.4.jar.sha1
create mode 100644
solr/licenses/jackson-module-jaxb-annotations-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-module-kotlin-2.13.4.jar.sha1
delete mode 100644 solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1
create mode 100644 solr/licenses/jackson-module-parameter-names-2.13.4.jar.sha1
create mode 100644 solr/licenses/org.osgi.resource-1.0.0.jar.sha1
create mode 100644 solr/licenses/org.osgi.resource-LICENSE-ASL.txt
create mode 100644 solr/licenses/org.osgi.resource-NOTICE.txt
create mode 100644 solr/licenses/org.osgi.service.serviceloader-1.0.0.jar.sha1
create mode 100644 solr/licenses/org.osgi.service.serviceloader-LICENSE-ASL.txt
create mode 100644 solr/licenses/org.osgi.service.serviceloader-NOTICE.txt
create mode 100644 solr/licenses/osgi.annotation-8.1.0.jar.sha1
create mode 100644 solr/licenses/osgi.annotation-LICENSE-ASL.txt
create mode 100644 solr/licenses/osgi.annotation-NOTICE.txt
delete mode 100644 solr/licenses/woodstox-core-6.2.8.jar.sha1
create mode 100644 solr/licenses/woodstox-core-6.4.0.jar.sha1