Skip to content

Commit

Permalink
CHANGES.txt & deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Feb 6, 2025
1 parent d59f41b commit 49bf9c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ Bug Fixes
* SOLR-17637: LBHttp2SolrClient can fail to complete async requests in certain error scenarios.
This can cause the HttpShardHandler to indefinitely wait on a completed response that will never come. (Houston Putman)

* SOLR-17630: Added a node-wide CloudSolrClient to ZkController, and accessible via SolrCloudManager too.
Uses Jetty HttpClient. Deprecated CloudSolrClient.getSolrClientCache. Redirected some callers. (David Smiley)

Dependency Upgrades
---------------------
* SOLR-17471: Upgrade Lucene to 9.12.1. (Pierre Salagnac, Christine Poerschke)
Expand Down
3 changes: 3 additions & 0 deletions solr/core/src/java/org/apache/solr/core/CoreContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,11 @@ public FileStore getFileStore() {
* @see #getDefaultHttpSolrClient()
* @see ZkController#getSolrClient()
* @see Http2SolrClient#requestWithBaseUrl(String, String, SolrRequest)
* @deprecated
*/
@Deprecated
public SolrClientCache getSolrClientCache() {
// TODO put in the objectCache instead
return solrClientCache;
}

Expand Down

0 comments on commit 49bf9c9

Please sign in to comment.