dsmiley commented on PR #4247: URL: https://github.com/apache/solr/pull/4247#issuecomment-4170053592
Auditing getHttpClient callers (for possibly switching to the pattern seen in this PR) wold help us get off of Apache HttpClient. You don't even need to think hard if it's truly Jetty vs Apache vs JDK: if the client isn't obviously a Jetty one, and if you see the client being fetched in a way *other* than how this PR does it, then change to this pattern. If it seems hard for some cases then pass on them. If you start on this LMK; otherwise I'll sick an LLM on it sometime by weekend as I think this is a great incremental step. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
