On 3/19/2019 6:17 PM, Amber Liu wrote:
When I try to upgrade Guava that SOLR depends on, I notice the Guava version listed in maven repository for SOLR is 14.0.1 ( https://mvnrepository.com/artifact/org.apache.solr/solr-core/8.0.0). I also noticed that there is a Jira issue resolved in SOLR that upgraded Guava dependency to 25.1(https://issues.apache.org/jira/browse/SOLR-11763). Is the Guava version listed in maven repository correct? Which Guava version does SOLR 8.0.0 and 7.5.0 depends on?
If you check that issue, it says it was fixed in 8.1 and 9.0. Neither of those versions are released yet.
All currently released versions of Solr will depend on an old Guava, 14.0.1 sounds like the right version.
Thanks, Shawn