Re: Bugfix release Lucene/Solr 8.8.2

2021-03-26 Thread Ishan Chattopadhyaya
Hi Mike, I wish to get https://issues.apache.org/jira/browse/SOLR-15288 in, but will likely be able to wrap up by 2 April or so (on vacation right now due to the festival of Holi) Regards, Ishan On Sat, 27 Mar, 2021, 7:41 am Mike Drob, wrote: > I am now preparing for a bugfix release from bran

Bugfix release Lucene/Solr 8.8.2

2021-03-26 Thread Mike Drob
I am now preparing for a bugfix release from branch branch_8_8 I plan to have the RC built and vote started on Tuesday, Mar 30. If you have small, low risk bug fixes to backport before then, please do so using your best judgement. Please observe the normal rules for committing to this branch: *

Re: 'gradle check' not catching unused imports?

2021-03-26 Thread Dawid Weiss
Hi Chris, I checked out commit 507f79158458c450e1f3d2e8ad6ab3e1c3902403 and ran check and indeed it didn't show any errors. Ecj config does have unused imports -> error though. Puzzling. D. On Fri, Mar 26, 2021 at 5:59 PM Chris Hostetter wrote: > > Not sure what's going on, if this has to do

'gradle check' not catching unused imports?

2021-03-26 Thread Chris Hostetter
Not sure what's going on, if this has to do with teh TLP/repo split or some other change, but... Before I committed 507f79158458c450e1f3d2e8ad6ab3e1c3902403 to solr.git/main, 'gradle check' didn't complain about anything ...however... When I cherry-picked this into the lucene-solr