You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/11/05 18:56:20 UTC

[02/26] lucene-solr:jira/solr-12730: SOLR-12861: In the upgrade note, specify the Solr version in which RAMDirectory will be removed.

SOLR-12861: In the upgrade note, specify the Solr version in which RAMDirectory will be removed.


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

Branch: refs/heads/jira/solr-12730
Commit: c7c7b00ff99f5e0e10123f7de4d7b820a23a9733
Parents: d362439
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Oct 29 08:44:59 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Oct 29 08:44:59 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c7c7b00f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ef91ba3..e5d19f5 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -129,8 +129,7 @@ Upgrade Notes
   be set to -1 during collection creation to fall back to the old behavior of unlimited maxShardsPerNode when using
   autoscaling policy.
 
-* SOLR-12861: Added a Solr factory for ByteBuffersDirectory, which will replace deprecated RAMDirectory in
-  a future version of Solr.
+* SOLR-12861: Added a Solr factory for ByteBuffersDirectory, which will replace deprecated RAMDirectory in Solr 9.0.
 
 New Features
 ----------------------