SOLR-15118: CHANGES.txt entry

This commit is contained in:
Jason Gerlowski 2021-02-08 10:45:37 -05:00
parent e89fba6fe7
commit cede9723fa
1 changed files with 3 additions and 1 deletions

View File

@ -199,6 +199,8 @@ Other Changes
* SOLR-14067: StatelessScriptUpdateProcessorFactory moved to it's own /contrib/scripting/ package instead
of shipping as part of Solr due to security concerns. Renamed to ScriptUpdateProcessorFactory for simpler name. (Eric Pugh)
* SOLR-15118: Switch /v2/collections APIs over to the now-preferred annotated-POJO implementation approach (Jason Gerlowski)
Bug Fixes
---------------------
* SOLR-14546: Fix for a relatively hard to hit issue in OverseerTaskProcessor that could lead to out of order execution
@ -238,7 +240,7 @@ Bug Fixes
Other Changes
---------------------
(No changes)
* SOLR-15118: Deprecate CollectionAdminRequest.getV2Request(). (Jason Gerlowski)
================== 8.8.0 ==================