Skip to content

Commit 436e7f8

Browse files
committed
Sync CHANGES for 9.8.0
1 parent a5b0b98 commit 436e7f8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

solr/CHANGES.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ Bug Fixes
306306

307307
* SOLR-17413: Fixed UpdateLog replay bug that shared thread-unsafe SolrQueryRequest objects across threads (Jason Gerlowski, David Smiley, Houston Putman)
308308

309+
* SOLR-17529: Clean up error message in PostTool when you attempt to post to a basic auth secured Solr. (Eric Pugh)
310+
309311
* SOLR-11191: Splitting shards now routes child-docs with their _root_ field when available so they maintain parent relationship. (Zack Kendall)
310312

311313
* SOLR-16976: Remove log4j-jul jar and use slf4j bridge for JUL to prevent exception from being logged when remote JMX
@@ -315,14 +317,29 @@ Bug Fixes
315317

316318
* SOLR-17574: Fix AllowListUrlChecker when liveNodes changes. Remove ClusterState.getHostAllowList (Bruno Roustant, David Smiley)
317319

320+
* SOLR-17586: Print zkcli.sh deprecation msg to stderr, which fixes Solr Operator upload of security.json to zookeeper (Jan Høydahl)
321+
318322
* SOLR-17595: Fix two issues in Solr CLI that prevent Solr from starting with the techproducts example and from
319323
correctly parsing arguments on Windows that start with -D and have multiple values separated by "," or spaces. (Christos Malliaridis)
320324

321325
* SOLR-17306: fix replication problem on follower restart (Martin Anzinger and Peter Kroiss via Eric Pugh)
322326

327+
* SOLR-17405: Fix race condition where Zookeeper session could be re-established by multiple threads concurrently in
328+
case of frequent session expirations. (Pierre Salagnac)
329+
323330
Dependency Upgrades
324331
---------------------
325-
(No changes)
332+
* PR#2702: chore(deps): update io.netty:* to v4.1.114.final (solrbot)
333+
334+
* PR#2129: chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.8.6 (solrbot)
335+
336+
* PR#2396: Update org.glassfish.jersey*:* to v3.1.9 (solrbot)
337+
338+
* PR#2268: Update org.glassfish.hk2*:* to v3.1.1 (solrbot)
339+
340+
* PR#2769: Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (solrbot)
341+
342+
* PR#2650: Update dependency commons-cli:commons-cli to v1.9.0 (solrbot)
326343

327344
Other Changes
328345
---------------------
@@ -338,6 +355,8 @@ led to the suppression of exceptions. (Andrey Bozhko)
338355

339356
* SOLR-11318: Introduce unit testing for AssertTool. (Eric Pugh, Jason Gerlowski)
340357

358+
* SOLR-17359: Move Zk Arg parsing into Java Code from bin/solr scripts. (Eric Pugh, Rahul Goswami)
359+
341360
* SOLR-17534: Introduce ClusterState.getCollectionNames, a convenience method (David Smiley)
342361

343362
* SOLR-17535: Introduce ClusterState.collectionStream to replace getCollectionStates, getCollectionsMap,
@@ -351,6 +370,8 @@ led to the suppression of exceptions. (Andrey Bozhko)
351370

352371
* SOLR-17577: Remove "solr.indexfetcher.sotimeout" system property that was for optimizing replication tests. It was disabled, but not removed. (Eric Pugh)
353372

373+
* SOLR-16781: "<lib/>" tags in solrconfig.xml are now quietly ignored by default unless explicitly enabled with the `SOLR_CONFIG_LIB_ENABLED=true` enviroment variable (or corresponding sysprop). These tags are now considered deprecated and will be removed in Solr 10.
374+
354375
* SOLR-14680: NamedList: deprecating methods: forEachEntry, forEachKey, abortableForEachKey, abortableForEach,
355376
asMap (no-arg only), get(key, default). Added getOrDefault. Deprecated the SimpleMap interface as well as the
356377
entirety of the SolrJ package org.apache.solr.cluster.api, which wasn't used except for SimpleMap. (David Smiley)

0 commit comments

Comments
 (0)