From 3b660d6b842894d7ddafea07059125c3f9fe19d1 Mon Sep 17 00:00:00 2001 From: noble Date: Fri, 10 Jan 2020 01:17:50 +1100 Subject: [PATCH] SOLR-14165: SolrResponse serialVersionUID has changed in a backward incompatible way --- solr/CHANGES.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ca5ac0f97a3..32781e830dc 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -224,6 +224,25 @@ Other Changes * SOLR-14169: Fix 20 Resource Leak warnings in SolrJ's apache/solr/common (Andras Salamon via Tomás Fernández Löbbe) +================== 8.4.1 ================== + +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.19.1 +Carrot2 3.16.0 +Velocity 2.0 and Velocity Tools 3.0 +Apache ZooKeeper 3.5.5 +Jetty 9.4.19.v20190610 + + +Bug Fixes +---------------------- + +* SOLR-14165: SolrResponse serialVersionUID has changed in a backward incompatible way (Andy Webb via noble) + + ================== 8.4.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.