Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
9.0
-
None
-
None
Description
From 9.0 on, Solr may release with a different version number than the Lucene it depends on, since Lucene is just another jar dependency now.
Several places in our code base we either print a version based on Lucene Version, or make other decisions based on it. It's still the correct Version to use for index compatibility and analysis plugins, but other places we need a SolrVersion to replace it.
Attachments
Issue Links
- causes
-
SOLR-15896 reproducible test failure: org.apache.solr.util.TestSolrVersion.testToString
-
- Closed
-
- links to