Description
SOLR-16368 could not switch many tests away from some legacy/deprecated SolrClient classes because they were either getting the URL or Apache HttpClient instance out of the client. This issue aims to solve this so that our tests don't depend on a legacy client and don't depend on Apache HttpClient either. We would prefer a non-dependency approach using Java 11's new HttpClient. And we need to figure out how to get the URL from the SolrClient in a more general way.
Attachments
Issue Links
- is related to
-
SOLR-16367 Umbrella: Migrate away from Apache HttpClient.
- Open
-
SOLR-16368 Refactoring: Use SolrClient type instead of overly specific subclasses
- Closed
- relates to
-
SOLR-16563 Http2SolrClient should have a defaultCollection setting
- Resolved
- links to