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:43:23 UTC

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

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

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

commit 46bf8a902a8f4ad1501c00c2a51265639e3afa8e
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 e68a45062a8..16b2d667629 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -59,6 +59,8 @@ Improvements
   fetching single property values (`GET /api/aliases/aliasName/properties/propName`), and property deletion
   (`DELETE /api/aliases/aliasName/properties/propName`). (Alex Deparvu via Jason Gerlowski)
 
+* SOLR-16638: Fix Http2SolrClient's exception message when serverBaseUrl is null (Alex Deparvu via Kevin Risden)
+
 Optimizations
 ---------------------