Re: [PR] HttpJdkSolrClient: Close the underlying http client, if it is supported (java 21+) [solr]

2024-03-21 Thread via GitHub
jdyer1 merged PR #2362: URL: https://github.com/apache/solr/pull/2362 -- 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: issues-unsubscr...@solr.apache.org

[PR] HttpJdkSolrClient: Close the underlying http client, if it is supported (java 21+) [solr]

2024-03-20 Thread via GitHub
jdyer1 opened a new pull request, #2362: URL: https://github.com/apache/solr/pull/2362 By checking if the client implements AutoCloseable, we can properly close the underlying http client should the user have a Java 21+ jvm. -- This is an automated message from the Apache Git Service. To