You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by js...@apache.org on 2023/05/01 15:16:19 UTC

[solr] branch main updated: Sync CHANGES for 9.2.1

This is an automated email from the ASF dual-hosted git repository.

jsweeney 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 c2d5a323635 Sync CHANGES for 9.2.1
c2d5a323635 is described below

commit c2d5a323635ffd2f3926f72acc1f094549b113d0
Author: Justin Sweeney <ju...@fullstory.com>
AuthorDate: Mon May 1 11:16:14 2023 -0400

    Sync CHANGES for 9.2.1
---
 solr/CHANGES.txt | 67 ++++++++++++++++++++------------------------------------
 1 file changed, 24 insertions(+), 43 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b7408f05201..a6f8933b832 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -128,36 +128,12 @@ Bug Fixes
 
 * SOLR-16638: Fix Http2SolrClient's exception message when serverBaseUrl is null (Alex Deparvu via Kevin Risden)
 
-* SOLR-16721: Java version detection fails when `_JAVA_OPTIONS` is set (janhoy, Ruoyu Zhong, Andy Webb)
-
 * SOLR-16723: Http2SolrClient should not use Apache Http client classes (Kevin Risden)
 
-* SOLR-16649: Http2SolrClient.processErrorsAndResponse uses wrong instance of ResponseParser (Andrzej Białecki)
-
-* SOLR-16731: Use the right cluster property for displaying if TLS is enabled (Tomás Fernández Löbbe)
-
-* SOLR-16734: SOLR_DATA_HOME is only honored in verbode mode (Kevin Risden)
-
-* SOLR-16730: Fix NPE in SystemInfoHandler for inter-node requests that would cause the Nodes page not to load.
-  SystemInfoHandler no longer populates the username, roles and permissions in inter-node requests. (Tomás Fernández Löbbe)
-
-* SOLR-16728: Fix Classloading Exception for inter-node requests when using SSL and HTTP2.
-  All Jetty classes are able to be shared between the Jetty server and webApp now. (Houston Putman)
-
 * SOLR-9775: NPE in QueryResultKey when running clustering search query in some cases.  (Roman Kagan, Christine Poerschke via Eric Pugh)
 
-* SOLR-16240: Fix KerberosPlugin module classloading when using the hadoop-auth module.
-  Plugins in modules/packages that require the Thread contextClassLoader on startup should now work. (Houston Putman)
-
-* SOLR-16741: CLUSTERSTATUS API returns wrong value for state ,leader for PRS collections (noble)
-
-* SOLR-16747: The Solr source release can now be built/checked using gradle.
-  The solr-ref-guide tasks will not be included by default if the root directory is not a github repository. (Houston Putman)
-
 * SOLR-15083: Fix default solr-exporter-config.xml metrics with incorrect time unit conversions. (Matthew Biscocho via janhoy)
 
-* SOLR-16755: bin/solr's '-noprompt' option no longer works for examples (hossman, janhoy, Houston Putman)
-
 * SOLR-16773: UI: Cloud>Nodes screen - fix display of cores with non-standard shard names (janhoy, hossman)
 
 * SOLR-7609: Internal update requests should fail back to the client in some edge cases for shard splits. Use HTTP status 510 so the client can retry the operation. (Alex Deparvu, David Smiley, Tomás Fernández Löbbe)
@@ -166,6 +142,8 @@ Bug Fixes
 
 * SOLR-13605: Fix setting client scoped socket and connect timeouts when using HttpSolrClient.Builder.withHttpClient() method.  (Eric Pugh, Alex Deparvu)
 
+* SOLR-16777: Fix for Schema Designer blindly trusting potentially malicious configsets (Ishan Chattopadhyaya, Skay)
+
 Dependency Upgrades
 ---------------------
 * PR#1494: Upgrade forbiddenapis to 3.5 (Uwe Schindler)
@@ -191,8 +169,6 @@ Other Changes
 
 * SOLR-15703: replace all SolrException.log usage in Solr to just call log.error(...) directly (Kevin Risden)
 
-* SOLR-16735: Allow custom configuration of Jetty's SecureRequestCustomizer (Tomás Fernández Löbbe)
-
 * PR#1567: Remove deprecated constructor in MetricsMap (janhoy)
 
 * SOLR-16745: Consolidate DelegatedSolrQueryRequest and DelegatingSolrQueryRequest (Kevin Risden)
@@ -201,33 +177,38 @@ Other Changes
 
 ==================  9.2.1 ==================
 
-New Features
+Bug Fixes
 ---------------------
-(No changes)
+* SOLR-16731: Use the right cluster property for displaying if TLS is enabled (Tomás Fernández Löbbe)
 
-Improvements
----------------------
-(No changes)
+* SOLR-16730: Fix NPE in SystemInfoHandler for inter-node requests that would cause the Nodes page not to load.
+  SystemInfoHandler no longer populates the username, roles and permissions in inter-node requests. (Tomás Fernández Löbbe)
 
-Optimizations
----------------------
-(No changes)
+* SOLR-16728: Fix Classloading Exception for inter-node requests when using SSL and HTTP2.
+  All Jetty classes are able to be shared between the Jetty server and webApp now. (Houston Putman)
 
-Bug Fixes
----------------------
+* SOLR-16734: SOLR_DATA_HOME is only honored in verbode mode (Kevin Risden)
 
-* SOLR-16777: Fix for Schema Designer blindly trusting potentially malicious configsets (Ishan Chattopadhyaya, Skay)
+* SOLR-16721: Java version detection fails when `_JAVA_OPTIONS` is set (janhoy, Ruoyu Zhong, Andy Webb)
 
-Deprecation Removals
-----------------------
-(No changes)
+* SOLR-16649: Http2SolrClient.processErrorsAndResponse uses wrong instance of ResponseParser (Andrzej Białecki)
 
-Dependency Upgrades
----------------------
-(No changes)
+* SOLR-16240: Fix KerberosPlugin module classloading when using the hadoop-auth module.
+  Plugins in modules/packages that require the Thread contextClassLoader on startup should now work. (Houston Putman)
+
+* SOLR-16755: bin/solr's '-noprompt' option no longer works for examples (hossman, janhoy, Houston Putman)
+
+* SOLR-16741: CLUSTERSTATUS API returns wrong value for state ,leader for PRS collections (noble)
 
 Other Changes
 ---------------------
+* SOLR-16735: Allow custom configuration of Jetty's SecureRequestCustomizer (Tomás Fernández Löbbe)
+
+* SOLR-16747: The Solr source release can now be built/checked using gradle.
+  The solr-ref-guide tasks will not be included by default if the root directory is not a github repository. (Houston Putman)
+
+Dependency Upgrades
+---------------------
 (No changes)
 
 ==================  9.2.0 ==================