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

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

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

SOLR-18360: remove HttpJettySolrClient.addListenerFactory via a repointable 
wrapper (#4780)

Removed the deprecated 
HttpJettySolrClient.addListenerFactory(HttpListenerFactory).  The 
@lucene.experimental HttpClientBuilderPlugin.setup() now takes a 
MutableListenerFactory -- a repointable HttpListenerFactory wrapper -- instead 
of the client itself.

(cherry picked from commit 553da8f55e11189e1fe0bdb0668b93014d702ce6)


>  Remove HttpJettySolrClient.addListenerFactory(HttpListenerFactory) 
> --------------------------------------------------------------------
>
>                 Key: SOLR-18360
>                 URL: https://issues.apache.org/jira/browse/SOLR-18360
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Eric Pugh
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> The instance method 
> `HttpJettySolrClient.addListenerFactory(HttpListenerFactory)` has been 
> deprecated since 9.7 in favor of 
> `HttpJettySolrClient.Builder.addListenerFactory(HttpListenerFactory)`, which 
> registers the listener at construction time. Remove the deprecated instance 
> method.



--
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