Jason Gerlowski created SOLR-17042: -------------------------------------- Summary: Deprecate and remove 'V2RequestSupport' and related methods Key: SOLR-17042 URL: https://issues.apache.org/jira/browse/SOLR-17042 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: v2 API Reporter: Jason Gerlowski
The V2RequestSupport interface (and associated methods) were created as a way to convert certain SolrRequest objects that supported it into their v2 counterparts. In practice though, this conversion logic was costly to write and maintain, so very few SolrRequest implementations ever supported it. At its peak, only a few "collection admin" APIs ever supported conversion, and these were removed a year or so back. Instead, we've moved towards generating v2 SolrRequest implementations from our OpenAPI Spec ("OAS"). We should deprecate V2RequestSupport (and related methods) in 9.x and remove it entirely in 10. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org