Skip to content

Commit

Permalink
Upgrade Solr to see if that helps memory leak issue
Browse files Browse the repository at this point in the history
There were some fixes related to HTTP2SolrClient, so maybe this will help.

Also includes some code cleanup per SonarLint

Refs #14
  • Loading branch information
jordanpadams committed Feb 7, 2025
1 parent b348cf8 commit 5251575
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 659 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>9.7.0</version>
<version>9.8.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
Loading

0 comments on commit 5251575

Please sign in to comment.