mirror of https://github.com/apache/lucene.git
SOLR-9147: trying to fix the build
This commit is contained in:
parent
3fb69edead
commit
d8a6bf8a05
|
@ -253,6 +253,8 @@ Optimizations
|
|||
|
||||
* SOLR-9106: Cluster properties are now cached on ZkStateReader. (Alan Woodward)
|
||||
|
||||
* SOLR-9147: Upgrade commons-io to 2.5, avoid expensive array resizing in EmbeddedSolrServer (Mikhail Khludnev)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
* SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy.
|
||||
|
@ -316,8 +318,6 @@ Other Changes
|
|||
|
||||
* SOLR-9131: Fix "start solr" text in cluster.vm Velocity template (janhoy)
|
||||
|
||||
* SOLR-9147: Upgrade commons-io to 2.5, avoid expensive array resizing in EmbeddedSolrServer (Mikhail Khludnev)
|
||||
|
||||
================== 6.0.1 ==================
|
||||
(No Changes)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
2852e6e05fbb95076fc091f6d1780f1f8fe35e0f
|
||||
2852e6e05fbb95076fc091f6d1780f1f8fe35e0f
|
||||
|
|
Loading…
Reference in New Issue