Oops, thanks Christine! Alan Woodward www.flax.co.uk
> On 24 Oct 2016, at 18:59, [email protected] wrote: > > Repository: lucene-solr > Updated Branches: > refs/heads/master 97339e2ca -> 37871de29 > > > SOLR-9634: correct name of deprecated/removed method in solr/CHANGES.txt > > > Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo > Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/37871de2 > Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/37871de2 > Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/37871de2 > > Branch: refs/heads/master > Commit: 37871de29bc5bd329eeb2f6867f3f8ca3b96e84f > Parents: 97339e2 > Author: Christine Poerschke <[email protected]> > Authored: Mon Oct 24 18:58:26 2016 +0100 > Committer: Christine Poerschke <[email protected]> > Committed: Mon Oct 24 18:58:26 2016 +0100 > > ---------------------------------------------------------------------- > solr/CHANGES.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/37871de2/solr/CHANGES.txt > ---------------------------------------------------------------------- > diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt > index e223b4d..3bb28c4 100644 > --- a/solr/CHANGES.txt > +++ b/solr/CHANGES.txt > @@ -98,7 +98,7 @@ Upgrade Notes > > * The create/deleteCollection methods on MiniSolrCloudCluster have been > deprecated. Clients should instead use the CollectionAdminRequest API. In > - addition, MiniSolrCloudCluster#uploadConfigSet(File, String) has been > + addition, MiniSolrCloudCluster#uploadConfigDir(File, String) has been > deprecated in favour of #uploadConfigSet(Path, String) > > * The bin/solr.in.sh (bin/solr.in.cmd on Windows) is now completely commented > by default. Previously, this wasn't so, >
