You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2021/04/29 13:22:21 UTC

[solr] branch jira/solr_15337 updated: CHANGES.txt

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

noble pushed a commit to branch jira/solr_15337
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/jira/solr_15337 by this push:
     new 934f630  CHANGES.txt
934f630 is described below

commit 934f6301092d56bd572f25fbbba594214e502c29
Author: Noble Paul <no...@gmail.com>
AuthorDate: Thu Apr 29 23:22:07 2021 +1000

    CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ee93cf6..08d7b82 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -338,6 +338,8 @@ Improvements
 
 * SOLR-15155: Let CloudHttp2SolrClient accept an external Http2SolrClient Builder (Tomás Fernández Löbbe)
 
+* SOLR-15337: Avoid XPath in solrconfig.xml parsing (noble)
+
 Optimizations
 ---------------------
 * SOLR-15079: Block Collapse - Faster collapse code when groups are co-located via Block Join style nested doc indexing.