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

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

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

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.

>  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