[
https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17826067#comment-17826067
]
ASF subversion and git services commented on SOLR-599:
------------------------------------------------------
Commit 816620585c8fd2f3a66ac3ce1cb4e2339782f3c7 in solr's branch
refs/heads/main from James Dyer
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=816620585c8 ]
SOLR-599: Simplify the solr-tests.policy file (#2259)
> Lightweight SolrJ client
> ------------------------
>
> Key: SOLR-599
> URL: https://issues.apache.org/jira/browse/SOLR-599
> Project: Solr
> Issue Type: Improvement
> Components: clients - java, SolrJ
> Reporter: Shalin Shekhar Mangar
> Assignee: James Dyer
> Priority: Minor
> Fix For: main (10.0), 9.6.0
>
> Attachments: SOLR-599-fix-for-SolrJ-on-GAE.patch, SOLR-599.patch,
> SOLR-599.patch
>
> Time Spent: 8.5h
> Remaining Estimate: 0h
>
> SolrJ provides a SolrServer implementation backed by commons-httpclient which
> introduces many dependency jars (commons-codec, commons-io and
> commons-logging). Apart from that SolrJ also uses StAX API for XML parsing
> which introduces dependencies like stax-api, stax and stax-utils.
> This enhancement will add a SolrServer implementation backed by
> -java.net.HttpUrlConnection- java.net.http.HttpClient and will use
> BinaryResponseParser as the default response parser. Using this basic
> implementation out of the box would require no dependencies on either
> commons-httpclient or StAX. The only dependency would be on solr-commons
> making this a very lightweight and distribution friendly Java client for Solr.
> -----
> h3. See PR [#2259|https://github.com/apache/solr/pull/2259] for details on
> the actual resolution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]