You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2017/07/26 11:50:41 UTC

lucene-solr:branch_7x: SOLR-11130: change was added in wrong version

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x c1c731af0 -> 1ec0ce7d7


SOLR-11130: change was added in wrong version


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

Branch: refs/heads/branch_7x
Commit: 1ec0ce7d7431bb8554b7922a101c339809a1fbb9
Parents: c1c731a
Author: Noble Paul <no...@apache.org>
Authored: Wed Jul 26 21:19:23 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Wed Jul 26 21:20:18 2017 +0930

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1ec0ce7d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c216eda..65ab429 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -372,6 +372,9 @@ Bug Fixes
 
 * SOLR-11136: Fix solrj XMLResponseParser when nested docs transformer is used with indented XML (hossman)
 
+* SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the
+  correct node (noble)
+
 Optimizations
 ----------------------
 
@@ -2315,8 +2318,6 @@ Bug Fixes
 * SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when
   previously skipped servers were successfully tried. (Christine Poerschke)
 
-* SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the
-  correct node (noble)
 
 Optimizations
 ----------------------