[ https://issues.apache.org/jira/browse/SOLR-17634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952004#comment-17952004 ]
ASF subversion and git services commented on SOLR-17634: -------------------------------------------------------- Commit 29451d95371fb2906741f6b4728c9deba26a9a3c in solr's branch refs/heads/main from David Smiley [ https://gitbox.apache.org/repos/asf?p=solr.git;h=29451d95371 ] SOLR-17634: Remove version param (#3336) This param was in relation to the version of the response type parsing ("wt"). Not used in forever; XML format is stable. Today would more likely use a user-agent Solr version. > Remove obsolete "version" param > ------------------------------- > > Key: SOLR-17634 > URL: https://issues.apache.org/jira/browse/SOLR-17634 > Project: Solr > Issue Type: Task > Components: SolrJ > Reporter: David Smiley > Assignee: David Smiley > Priority: Major > Labels: newdev, pull-request-available > Fix For: main (10.0) > > Time Spent: 20m > Remaining Estimate: 0h > > Since at least 2008, SolrJ has passed a "version" parameter from client to > server to tell Solr what response format the client understands. In > practice, this has not been used; it's been 2.2 since then, and 2 for > "javabin", which was bumped back in 2010. I think it's time to remove it. > If Solr does need to adjust its response in relation to the SolrJ client's > parsing, it can use the version of Solr that SolrJ was built with in the HTTP > User Agent header -- SOLR-17611 > To remove: > [ResponseParser.getVersion|https://github.com/apache/solr/blob/9589cbc2338cb0a526363d33536223424578dbab/solr/solrj/src/java/org/apache/solr/client/solrj/ResponseParser.java#L62] > and related machinery. -- 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