This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a change to branch branch_9_10
in repository https://gitbox.apache.org/repos/asf/solr.git
from ca52d31b36d SOLR-17888 Mitigate CVE-2025-54988 in tika pdf parser
(#3932)
new 4e4c7da5896 Update Log4j to version `2.25.3` in branch 9.x (#3963)
new 9ce57506287 Fix some compile-warnings on branch_9x for precommit
(#3928)
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:
changelog/unreleased/PR#3963-update-log4j.yml | 9 +++++++++
gradle/validation/error-prone.gradle | 20 ++++++++++----------
solr/core/build.gradle | 18 +++++++++++++++---
.../apache/solr/legacy/TestLegacyNumericUtils.java | 4 ++--
.../licenses/biz.aQute.bnd.annotation-7.1.0.jar.sha1 | 1 +
solr/licenses/log4j-1.2-api-2.21.0.jar.sha1 | 1 -
solr/licenses/log4j-1.2-api-2.25.3.jar.sha1 | 1 +
solr/licenses/log4j-api-2.21.0.jar.sha1 | 1 -
solr/licenses/log4j-api-2.25.3.jar.sha1 | 1 +
solr/licenses/log4j-core-2.21.0.jar.sha1 | 1 -
solr/licenses/log4j-core-2.25.3.jar.sha1 | 1 +
.../log4j-layout-template-json-2.21.0.jar.sha1 | 1 -
.../log4j-layout-template-json-2.25.3.jar.sha1 | 1 +
solr/licenses/log4j-slf4j2-impl-2.21.0.jar.sha1 | 1 -
solr/licenses/log4j-slf4j2-impl-2.25.3.jar.sha1 | 1 +
solr/licenses/log4j-web-2.21.0.jar.sha1 | 1 -
solr/licenses/log4j-web-2.25.3.jar.sha1 | 1 +
.../org.osgi.annotation.bundle-2.0.0.jar.sha1 | 1 +
...xt => org.osgi.annotation.bundle-LICENSE-ASL.txt} | 0
...ICE.txt => org.osgi.annotation.bundle-NOTICE.txt} | 2 +-
.../org.osgi.annotation.versioning-1.1.2.jar.sha1 | 1 +
...> org.osgi.annotation.versioning-LICENSE-ASL.txt} | 0
...txt => org.osgi.annotation.versioning-NOTICE.txt} | 2 +-
.../function/mapping/FilterFunctionTest.java | 2 +-
.../solrj/io/stream/eval/AddEvaluatorTest.java | 6 +++---
solr/test-framework/build.gradle | 10 ++++++++--
versions.lock | 16 ++++++++--------
versions.props | 2 +-
28 files changed, 68 insertions(+), 38 deletions(-)
create mode 100644 changelog/unreleased/PR#3963-update-log4j.yml
create mode 100644 solr/licenses/biz.aQute.bnd.annotation-7.1.0.jar.sha1
delete mode 100644 solr/licenses/log4j-1.2-api-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-1.2-api-2.25.3.jar.sha1
delete mode 100644 solr/licenses/log4j-api-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-api-2.25.3.jar.sha1
delete mode 100644 solr/licenses/log4j-core-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-core-2.25.3.jar.sha1
delete mode 100644 solr/licenses/log4j-layout-template-json-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-layout-template-json-2.25.3.jar.sha1
delete mode 100644 solr/licenses/log4j-slf4j2-impl-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-slf4j2-impl-2.25.3.jar.sha1
delete mode 100644 solr/licenses/log4j-web-2.21.0.jar.sha1
create mode 100644 solr/licenses/log4j-web-2.25.3.jar.sha1
create mode 100644 solr/licenses/org.osgi.annotation.bundle-2.0.0.jar.sha1
copy solr/licenses/{org.osgi.resource-LICENSE-ASL.txt =>
org.osgi.annotation.bundle-LICENSE-ASL.txt} (100%)
copy solr/licenses/{osgi.annotation-NOTICE.txt =>
org.osgi.annotation.bundle-NOTICE.txt} (99%)
create mode 100644 solr/licenses/org.osgi.annotation.versioning-1.1.2.jar.sha1
copy solr/licenses/{org.osgi.resource-LICENSE-ASL.txt =>
org.osgi.annotation.versioning-LICENSE-ASL.txt} (100%)
copy solr/licenses/{osgi.annotation-NOTICE.txt =>
org.osgi.annotation.versioning-NOTICE.txt} (99%)