[jira] [Commented] (SOLR-14260) Make SchemaRegistryProvider pluggable in HttpClientUtil

2020-03-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on SOLR-14260:


Commit 167cbeae022a3056e224ea9b661e956343e4c315 in lucene-solr's branch 
refs/heads/branch_8x from Andy Throgmorton
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=167cbea ]

SOLR-14260: SolrJ pluggable ConnectionSocketFactory in HttpClientUtil
see SocketFactoryRegistryProvider
Fixes #1261

(cherry picked from commit d1601f6fdf20230abfec50cc587ca1af879d4ea5)


> Make SchemaRegistryProvider pluggable in HttpClientUtil
> ---
>
> Key: SOLR-14260
> URL: https://issues.apache.org/jira/browse/SOLR-14260
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrJ
>Reporter: Andy Throgmorton
>Assignee: David Smiley
>Priority: Minor
> Fix For: 8.6
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> HttpClientUtil.java defines and uses an abstract SchemaRegistryProvider for 
> mapping a protocol to an Apache ConnectionSocketFactory. There is only one 
> implementation of this abstract class (outside of test cases). Currently, it 
> is not override-able at runtime.
> This PR adds the ability to override the registry provider at runtime, using 
> the class name value provided by 
> "solr.httpclient.socketFactory.registry.provider", similar to how this class 
> allows for choosing the HttpClientBuilderFactory at runtime.  And 
> SchemaRegistryProvider is renamed to SocketFactoryRegistryProvider.
> We've implemented a custom mTLS solution in Solr (which uses a custom SSL 
> context). This change helps us more easily configure Solr in a modular way, 
> since we've implemented a custom SocketFactoryRegistryProvider that 
> configures Apache clients to use our SSL context.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[jira] [Commented] (SOLR-14260) Make SchemaRegistryProvider pluggable in HttpClientUtil

2020-03-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on SOLR-14260:


Commit d1601f6fdf20230abfec50cc587ca1af879d4ea5 in lucene-solr's branch 
refs/heads/master from Andy Throgmorton
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d1601f6 ]

SOLR-14260: SolrJ pluggable ConnectionSocketFactory in HttpClientUtil
see SocketFactoryRegistryProvider
Fixes #1261


> Make SchemaRegistryProvider pluggable in HttpClientUtil
> ---
>
> Key: SOLR-14260
> URL: https://issues.apache.org/jira/browse/SOLR-14260
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: SolrJ
>Reporter: Andy Throgmorton
>Assignee: David Smiley
>Priority: Minor
> Fix For: 8.6
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> HttpClientUtil.java defines and uses an abstract SchemaRegistryProvider for 
> mapping a protocol to an Apache ConnectionSocketFactory. There is only one 
> implementation of this abstract class (outside of test cases). Currently, it 
> is not override-able at runtime.
> This PR adds the ability to override the registry provider at runtime, using 
> the class name value provided by 
> "solr.httpclient.socketFactory.registry.provider", similar to how this class 
> allows for choosing the HttpClientBuilderFactory at runtime.  And 
> SchemaRegistryProvider is renamed to SocketFactoryRegistryProvider.
> We've implemented a custom mTLS solution in Solr (which uses a custom SSL 
> context). This change helps us more easily configure Solr in a modular way, 
> since we've implemented a custom SocketFactoryRegistryProvider that 
> configures Apache clients to use our SSL context.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org