You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2020/10/01 14:58:24 UTC

[lucene-solr] 01/02: SOLR-14792: add removal message to major changes section of ref guide

This is an automated email from the ASF dual-hosted git repository.

ehatcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 1af17a5f0151a4f4a0be864c17c510a244771b7b
Author: Erik Hatcher <er...@lucidworks.com>
AuthorDate: Thu Sep 17 17:24:18 2020 -0400

    SOLR-14792: add removal message to major changes section of ref guide
---
 solr/solr-ref-guide/src/major-changes-in-solr-9.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
index f59f5e5..b989126 100644
--- a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
+++ b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
@@ -125,6 +125,10 @@ _(raw; not yet edited)_
 
 * SOLR-14783: Data Import Handler (DIH) has been removed from Solr. The community package is available at: https://github.com/rohitbemax/dataimporthandler (Alexandre Rafalovitch)
 
+* SOLR-14792: VelocityResponseWriter has been removed from Solr.  This encompasses all previous included `/browse` and
+  `wt=velocity` examples.  This feature has been migrated to an installable package at
+  https://github.com/erikhatcher/solritas
+
 * SOLR-14510: The `writeStartDocumentList` in `TextResponseWriter` now receives an extra boolean parameter representing the "exactness" of the numFound value (exact vs approximation).
   Any custom response writer extending `TextResponseWriter` will need to implement this abstract method now (instead previous with the same name but without the new boolean parameter).