Re: Solr 9.0 release blockers

2021-10-22 Thread Houston Putman
Dont want to start a bike shed here, but on the v2 api topic, I am not in support of deprecation/removal yet. Beyond the support not being universal, I think there are a good number of V2 apis that are worse than the v1 apis. I think if we really want to remove v1 we need to go take another look, c

Re: Solr 9.0 release blockers

2021-10-22 Thread Jan Høydahl
Marcus, there are two different things being discussed here - Http2Client and V2Api. Jason commented on the V2-Api part.is there an umbrella Jira with open subtasks for every Api that is not covered in V2? Jan Høydahl > 22. okt. 2021 kl. 22:57 skrev Marcus Eagan : > >  > Jason, You raise a go

Re: Solr 9.0 release blockers

2021-10-22 Thread Marcus Eagan
Jason, You raise a good point. Can you elaborate on the "big gap" in the ticket? The only one I saw in there was DelegationTokenHttpSolrClient, and that is deprecated itself. I think it would be helpful to enumerate the gaps very clearly so that people can divide and conquer supporting them for v2

Re: Solr 9.0 release blockers

2021-10-22 Thread Jason Gerlowski
> Is it too early to deprecate V1 APIs in 8.11? I think so, unfortunately. The docs in particular have seen big strides in their v2 coverage, but the code itself still has a pretty big gap to close in terms of bringing the v2 APIs into parity with v1. A lot of v1 APIs have parameters that aren't

Re: Solr 9.0 release blockers

2021-10-22 Thread Gus Heck
The list seems to be missing https://issues.apache.org/jira/browse/SOLR-14290 ? If that's not fixed folks who have used our test framework for their own tests will have issues. On Fri, Oct 22, 2021 at 11:27 AM Jan Høydahl wrote: > Yep, that is a more precise description :) > > Is it too early t

Re: Solr 9.0 release blockers

2021-10-22 Thread Jan Høydahl
Yep, that is a more precise description :) Is it too early to deprecate V1 APIs in 8.11? There has been some great effort to get the v2 APIs up to date lately. Perhaps for 9.0 it is enough to use V2 in all tutorials and ref-guide, and also Admin UI. And then deprecate v1 in 9.x and remove in 10.