You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/10/29 12:45:26 UTC

[2/2] lucene-solr:branch_7x: 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/456e044f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/456e044f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/456e044f

Branch: refs/heads/branch_7x
Commit: 456e044f335d2c4161e7b7e11ba43229ec2e091b
Parents: b5522a6
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:45:16 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/456e044f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 35ab873..9417419 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -47,8 +47,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
 ----------------------