Re: Bugfix release Lucene/Solr 8.11.2

2022-06-03 Thread Mike Drob
Yes, please fix and backport SOLR-16227, it looks almost ready from the conversation on the PR. I will plan to do the first RC on Monday if we can get the backport completed today. On Thu, Jun 2, 2022 at 9:18 AM kiran chitturi wrote: > Hi Mike, > > I found a new issue in Solr SQL (SOLR-16227)

Re: module not found error in intellij

2022-06-03 Thread Michael Sokolov
Thanks for digging, Dawid! I was not really aware of the choice of modes in IntelliJ, but I think it is especially important for the "out of the box" promise that the Gradle mode works? I'll try the patch and report back; thanks again. On Fri, Jun 3, 2022 at 4:04 AM Dawid Weiss wrote: > > This

Re: module not found error in intellij

2022-06-03 Thread Dawid Weiss
This seems to work - https://github.com/apache/lucene/pull/945 I have not tested extensively though and I think it is crucial that both "compilation modes" in intellij work. I'm in an out for the weekend but feedback would be welcome if the above patch works for people (it'd also simplify the

Re: module not found error in intellij

2022-06-03 Thread Dawid Weiss
Hmmm... I retried again and this time the gradle build (within intellij) failed but the Idea one (that runs via generated ant tasks) passed. I can also run (some) tests in this mode. Certain tests depend on resources that live under java sources - these resources are not copied by intellij by

Re: module not found error in intellij

2022-06-03 Thread Dawid Weiss
Hi Mike, It used to work all right - something must have changed somewhere that caused this regression. :( I just reimported the latest main branch in IntelliJ with the default settings and it compiled fine - [image: image.png] This, I think, invokes gradle assemble which in turn causes many