Re: solrj - SslConfig improvements

2023-10-02 Thread David Smiley
Sounds like a nice improvement suggestion. JIRA issue & PR welcome :-) Note that you could probably just use some system properties today: https://github.com/apache/solr/blob/901e0debc381f988373a6d9c09ca47341dda05fb/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java#L1363

solrj - SslConfig improvements

2023-10-02 Thread Karl-Johan Karlberg
Hi, Just attepted to upgrade to solrj-9.x realized a few compiler errors on of witch I have a suggestion for, The thing that breaks is that we used to provide our own HttpClient for communication with solr. Looked something like: HttpClient getHttpClient() { try { …. lots of code