mirror of https://github.com/apache/lucene.git
SOLR-2610: improve changes entry on CloseHook change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b8932d58a
commit
a23091d9df
solr
|
@ -256,7 +256,8 @@ Upgrading from Solr 3.2.0
|
|||
* SolrCore's CloseHook API has been changed in a backward-incompatible way. It
|
||||
has been changed from an interface to an abstract class. Any custom
|
||||
components which use the SolrCore.addCloseHook method will need to
|
||||
be modified accordingly.
|
||||
be modified accordingly. To migrate, put your old CloseHook#close impl into
|
||||
CloseHook#preClose.
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue