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

[06/44] lucene-solr:jira/solr-8668: SOLR-10307: Add upgrade notes for back compat change.

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/jira/solr-8668
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
 ----------------------