You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2024/03/05 08:48:01 UTC

(solr) branch main updated: Move EnvToSyspropMappings.properties to solrj module (#2320)

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

janhoy 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 a32bf31d162 Move EnvToSyspropMappings.properties to solrj module (#2320)
a32bf31d162 is described below

commit a32bf31d162c4c27451df1410cebf38b5e0a08c0
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Tue Mar 5 09:47:54 2024 +0100

    Move EnvToSyspropMappings.properties to solrj module (#2320)
---
 solr/CHANGES.txt                                                   | 3 +++
 solr/{core => solrj}/src/resources/EnvToSyspropMappings.properties | 0
 2 files changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c2e872d2dbc..959206270b9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -128,6 +128,9 @@ Bug Fixes
 
 * SOLR-17148: Fixing Config API overlay property enabling or disabling the cache (Sanjay Dutt, hossman, Eric Pugh)
 
+* PR#2320: Avoid NullPointerException in SolrJ client due to missing
+  EnvToSyspropMappings.properties file (janhoy)
+
 * SOLR-17186: Streaming query breaks if token contains backtick (Rahul Goswami via Eric Pugh)
 
 * SOLR-17197: Fix getting fieldType by its name in FileBasedSpellChecker (Andrey Bozhko via Eric Pugh)
diff --git a/solr/core/src/resources/EnvToSyspropMappings.properties b/solr/solrj/src/resources/EnvToSyspropMappings.properties
similarity index 100%
rename from solr/core/src/resources/EnvToSyspropMappings.properties
rename to solr/solrj/src/resources/EnvToSyspropMappings.properties