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:51:04 UTC

(solr) branch branch_9x 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 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 7aca743e5f4 Move EnvToSyspropMappings.properties to solrj module (#2320)
7aca743e5f4 is described below

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

    Move EnvToSyspropMappings.properties to solrj module (#2320)
    
    (cherry picked from commit a32bf31d162c4c27451df1410cebf38b5e0a08c0)
---
 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 8028f36517d..3550421a985 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -49,6 +49,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