On Fri, Nov 25, 2022 at 12:02 PM Eric Pugh <[email protected]> wrote:

>
> Once this is in, I'd like to tackle removing the deprecated methods on our
> various SolrClients, and if we can get that done, then those classes will
> be a lot shorter and easier to read.  Is removing the deprecated methods
> something that can only happen on main?
>
>
If a method was deprecated *prior* to 9.0 (e.g. in 8.11) then we are free
to remove it in 9 and beyond at any time.  If it was only deprecated in 9.0
then it could be inconsiderate/surprising so we should strongly avoid
that, particularly for things a user is likely to call.

Reply via email to