You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/03/21 13:47:20 UTC

[solr] branch branch_9x updated: SOLR-16638: Add CHANGES entry

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

krisden 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 3aafe290c9f SOLR-16638: Add CHANGES entry
3aafe290c9f is described below

commit 3aafe290c9fe3dcd2f442c8ae1b9ca69f76642f5
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Mar 21 09:42:55 2023 -0400

    SOLR-16638: Add CHANGES entry
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f56118851b7..116accea0fd 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -17,6 +17,8 @@ Improvements
 * SOLR-16183: XML update allows <doc> <doc name="child"> ... </doc> </doc>.
   (Vinayak Hegde via Mikhail Khludnev)
 
+* SOLR-16638: Fix Http2SolrClient's exception message when serverBaseUrl is null (Alex Deparvu via Kevin Risden)
+
 Optimizations
 ---------------------