solr
solr copied to clipboard
SOLR-15718 Remove backcompat feature solr.useUnsafeOverseerResponse
https://issues.apache.org/jira/browse/SOLR-15718
Removing custom code to fallback to old-style unsafe overseer response. This was only needed in >8.5 to do rolling upgrades to e.g. 8.11. The code also remains in 9.x, but here we remove it from 10.0 / main.
So I've cleaned up this for main branch, again ready for review.
I suppose we could consider targeting branch_9x for this, since there is no usecase for rolling upgrading a 8.5 to 9.1 anyway?
Synched with main and moved CHANGES entry to 9.2. WIll merge soon.