This is an automated email from the ASF dual-hosted git repository.
noble pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 53be71ba9ff SOLR-16344: CHANGES.txt
53be71ba9ff is described below
commit 53be71ba9ff350836a686aa39390f919f728acb8
Author: Noble Paul <[email protected]>
AuthorDate: Mon Sep 19 22:16:35 2022 +1000
SOLR-16344: CHANGES.txt
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8df6be93178..1e0567d3e2a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -127,6 +127,8 @@ Bug Fixes
* SOLR-16406: Take SOLR_MODULES, configured by solr.in.sh, into account.
(Thomas Wöckinger via janhoy)
+* SOLR-16344: PlacementPlugin throws NPE for PRS collections (noble)
+
Other Changes
---------------------
* SOLR-16351: Upgrade Carrot2 to 4.4.3, upgrade randomizedtesting to 2.8.0.
(Dawid Weiss)