Re: [EXTERNAL] - Re: Unable to build tag releases/solr/9.5.0

2024-04-05 Thread Isabelle Giguere
Thaks for the reply, Shawn. So... Building Sol 9.5 with Java 11 ? I thought that was still supported. Regards; Isabelle Giguère Computational Linguist & Java Developer Linguiste informaticienne & développeur java De : Shawn Heisey Envoyé : 4 avril 2024 16:46

Solr Operator 0.8.1 Release

2024-04-05 Thread Jason Gerlowski
Hey all, The last few weeks have seen a handful of useful quality of life improvements and other changes merged into the operator, so I'd like to propose a quick 0.8.1 release. Pending any objections I'll start on the release on Monday and hope to have it all wrapped up (or at least out for "vote

Re: The design of ClusterStateProvider & ClusterState

2024-04-05 Thread Ilan Ginzburg
I would suggest doing any such change in two independent steps: - Moving classes around without any functional change ("pure" refactoring) - A change to what a class exposes, its behavior etc. Otherwise it is very hard to track what has simply moved and what has changed. Is the principal motivatio