Re:8.10 release soon?

2021-08-26 Thread Christine Poerschke (BLOOMBERG/ LONDON)
https://github.com/apache/solr/pull/248 is available for review for https://issues.apache.org/jira/browse/SOLR-6156 Yes, that is four-digit SOLR-6156 (and not SOLR-16156 with a typo) and it would be wonderful to have this edge case fixed for 8.10 version :-) Christine From: dev@solr.apache.org

Re: Gradle build improvements

2021-08-26 Thread Alexis Tual
Great, thanks Gus and Houston for the quick answer, I will create the JIRA and the relevant PR. Have a good day ! On 2021/08/25 15:03:02, Gus Heck wrote: > Gradle expertise and patches are definitely welcome. Since you have code in> > hand it sounds like it would be good for you to open a Jira i

Re: Check broken links is failing?

2021-08-26 Thread Dawid Weiss
I guess. This is between the test-framework and solr-core... I bet some of these classes access the core's internals via package-scope... Don't know how much effort it takes but split packages are evil and will cause headaches (javadoc is a prime example here as it parses a package list as input fo

Re: Check broken links is failing?

2021-08-26 Thread Mike Drob
I am very against packages split across multiple jars/modules, so would imagine that a package move is necessary On Thu, Aug 26, 2021 at 8:04 AM Dawid Weiss wrote: > This fails for me locally: > :solr:documentation:checkBrokenLinks > > and yet github actions passed (they do run the same command)

Check broken links is failing?

2021-08-26 Thread Dawid Weiss
This fails for me locally: :solr:documentation:checkBrokenLinks and yet github actions passed (they do run the same command). I see the following offender: [root]/solr/main/solr/documentation/build/site/benchmark/org/apache/solr/bench/MiniClusterState.html BROKEN LINK: [root]/solr/main/solr/do

Re: Gradle build improvements

2021-08-26 Thread Dawid Weiss
Hi Alexis, It'd be great to see improvements to gradle in both Solr and Lucene, thank you! There are already some improvements (and upgrades) made on the Lucene side - I just didn't have time to port these over to Solr. Dawid On Wed, Aug 25, 2021 at 4:32 PM Alexis Tual wrote: > Hi, > > I'm Ale

Re: 8.10 release soon?

2021-08-26 Thread Adrien Grand
+1 to a 8.10 release and cutting a branch next week On Tue, Aug 24, 2021 at 8:02 PM Timothy Potter wrote: > Hi folks, > > Looks like we have a number of nice enhancements and bug fixes in > Lucene and Solr for 8.10. > > https://github.com/apache/lucene-solr/blob/branch_8x/lucene/CHANGES.txt > ht