You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/05/23 15:50:22 UTC

lucene-solr:master: SOLR-10307: Add upgrade notes for back compat change.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 92ed8b422 -> 73aa53b06


SOLR-10307: Add upgrade notes for back compat change.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/73aa53b0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/73aa53b0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/73aa53b0

Branch: refs/heads/master
Commit: 73aa53b0630bfe69e5798747da57bbe114b19959
Parents: 92ed8b4
Author: Mark Miller <ma...@apache.org>
Authored: Tue May 23 12:50:07 2017 -0300
Committer: Mark Miller <ma...@apache.org>
Committed: Tue May 23 12:50:07 2017 -0300

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/73aa53b0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 951b9d5..9889945 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -210,6 +210,13 @@ Jetty 9.3.14.v20161028
 Detailed Change List
 ----------------------
 
+Upgrade Notes
+----------------------
+
+* SOLR-10307: If starting Jetty without the Solr start script, you must now pass keystore and truststore
+  passwords via the env variables SOLR_SSL_KEY_STORE_PASSWORD and SOLR_SSL_TRUST_STORE_PASSWORD rather
+  than system properties.
+
 New Features
 ----------------------