janhoy opened a new pull request #469: URL: https://github.com/apache/solr/pull/469
https://issues.apache.org/jira/browse/SOLR-15845 This PR introduces the SolrVersion class. There are many places where we keep Lucene Version checks, everywhere related to index version compatibility, but I have cut over the places I could see Solr either printing or checking compatibility based on version. Basically the only place which is not pure display of current version is the Package Manager which needs to make package compatibility decision based on the declared supported Solr versions. @noblepaul When reviewing, ask yourself whether there are other places in our code base where we process versions, that should use this new class instead. I have NOT tested this at all, so it is kind of DRAFT state for now. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
