mirror of https://github.com/apache/lucene.git
LUCENE-8738, SOLR-13400: Remove obsolete changes entry (replaced by SOLR-13400)
This commit is contained in:
parent
d87196c141
commit
5aaa923e36
|
@ -51,12 +51,6 @@ Upgrade Notes
|
|||
* SOLR-13323: The unused package org.apache.solr.internal.csv.writer and associated classes/tests that were easily
|
||||
confused with but not used by org.apache.solr.response.CSVWriter (or any other code) have been removed (Gus Heck)
|
||||
|
||||
* LUCENE-8738: Du to the change to Java 11 as a minimum version, TransientSolrCoreCache no longer extends
|
||||
the java.util.Observable, which was deprecated in Java 9. The implementation was therefore replaced by a more
|
||||
type-safe implementation. If a plugin implemented its own TransientSolrCoreCache, the implementation needs
|
||||
to be changed to call the new methods for registering/deregistering listener and notify them.
|
||||
(Uwe Schindler, Erick Erickson, Adrien Grand)
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
* SOLR-13131: Category Routed Aliases are now available for data driven assignment of documents to collections based on
|
||||
|
|
Loading…
Reference in New Issue