Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-19 Thread Uwe Schindler
Hi, there is no code for the build job, it is just a plain stupid Jenkins job executing the follwoing command (see log output of last build): [solr] $ /home/jenkins/tools/ant/apache-ant-1.8.4/bin/ant -file build.xml -Dlucene.javadoc.url=https://ci-builds.apache.org/job/Lucene/job/Lucene-Artif

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-19 Thread Ishan Chattopadhyaya
I tried building 8.11.x recently via solr-bench and found that restlet dependency wasn't available. In case that was not a temporary thing and you run into that issue, please open a JIRA issue about it. On Thu, 19 Jan, 2023, 2:29 pm Tomasz Elendt, wrote: > Thank you for explanation and for backp

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-19 Thread Tomasz Elendt
Thank you for explanation and for backporting this change :) > On 18. Jan 2023, at 18:15, Kevin Risden wrote: > > Since I backported a bunch of stuff - there are only a handful of changes > on branch_8_11 for 8.11.3 > https://github.com/apache/lucene-solr/blob/branch_8_11/solr/CHANGES.txt: > >

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-19 Thread Tomasz Elendt
That's understandable. Thank you. I guess I would need to build it myself anyway (the other alternative is to wait for some critical vulnerability fix that would trigger a new release I guess). I would gladly grab a -SNAPSHOT build/nightly release but you don't seem to provide those for 8.x, rig

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Kevin Risden
Since I backported a bunch of stuff - there are only a handful of changes on branch_8_11 for 8.11.3 https://github.com/apache/lucene-solr/blob/branch_8_11/solr/CHANGES.txt: Some general notes: * If it is a dependency upgrade - those are the hardest between main/branch_9x and branch_8_11 - the buil

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Shawn Heisey
On 1/18/23 09:25, Tomasz Elendt wrote: I have a question about backporting fixes to 8.11. As I understand there are no new features being developed for 8.x but certain bug fixes are being backported. At least I see a bunch of them done by Kevin Risden ([1]). My question is: how does it work? H

Re: Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Ishan Chattopadhyaya
+1 to any and all changes to be back ported. Please feel free to open PRs where backporting isn't straight forward. On Wed, 18 Jan, 2023, 9:56 pm Tomasz Elendt, wrote: > Hey, > > I have a question about backporting fixes to 8.11. As I understand there > are no new features being developed for 8.

Backporting changes to 8.11 and 8.11.3 release

2023-01-18 Thread Tomasz Elendt
Hey, I have a question about backporting fixes to 8.11. As I understand there are no new features being developed for 8.x but certain bug fixes are being backported. At least I see a bunch of them done by Kevin Risden ([1]). My question is: how does it work? How are the changes selected and ap