This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new fe84b633d4d SOLR-17717: Move CHANGES.txt entry to 9.10
fe84b633d4d is described below
commit fe84b633d4dd89795cfae8bb6277ebf15d19bc93
Author: Houston Putman <[email protected]>
AuthorDate: Thu Jul 24 15:44:13 2025 -0700
SOLR-17717: Move CHANGES.txt entry to 9.10
---
solr/CHANGES.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index fc84888ed0f..7077e17c8ac 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -214,6 +214,8 @@ Bug Fixes
---------------------
* SOLR-17294: ConcurrentUpdateSolrClient no longer detects "false-positive"
stalls. (Mark Miller, Jason Gerlowski)
+* SOLR-17717: Starting solr on newer Windows 11 Home complained about missing
wmic (Jan Høydahl)
+
Dependency Upgrades
---------------------
(No changes)
@@ -335,8 +337,6 @@ Bug Fixes
* SOLR-12831: Clean up shard metadata in ZooKeeper nodes after shard deletion
is invoked. This makes sure Zookeeper
nodes for leader election and terms are not left behind (Andy Vuong, Pierre
Salagnac).
-* SOLR-17717: Starting solr on newer Windows 11 Home complained about missing
wmic (Jan Høydahl)
-
* SOLR-17740: When the V2 API is receiving raw files, it could sometimes skip
the first byte. (David Smiley)
* SOLR-17720: Fix rare deadlock in CollectionProperties internals. (Aparna
Suresh, Houston Putman)