[ 
https://issues.apache.org/jira/browse/SOLR-18351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18110484#comment-18110484
 ] 

ASF subversion and git services commented on SOLR-18351:
--------------------------------------------------------

Commit 78862e7f54797ab0a8fe1664fb51553c7715c0f8 in solr's branch 
refs/heads/main from Serhiy Bzhezytskyy
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=78862e7f547 ]

SOLR-18351: remove ContentStream from SolrJ's client write path (#4811)

SolrJ no longer uses the deprecated ContentStream anywhere; it writes request 
content only via RequestWriter.ContentWriter. ContentStreamUpdateRequest is 
replaced by ContentWriterUpdateRequest, 
ConfigSetAdminRequest.Upload.setUploadStream by setUploadContent, and 
ClientUtils.toContentStreams is removed. ContentStream itself stays in SolrJ, 
still deprecated -- moving it out is left to a later release. Uploading a file 
no longer gunzips .gz content or guesses a missing content type the way the old 
ContentStream path did, so pass the content type explicitly.

> Remove ContentStream 
> ---------------------
>
>                 Key: SOLR-18351
>                 URL: https://issues.apache.org/jira/browse/SOLR-18351
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Eric Pugh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Remove ContentStream in favour of ContentWriter



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to