Re: #solr irc channel and the Freenode project

2021-05-25 Thread Shawn Heisey
On 5/25/2021 3:47 AM, Jan Høydahl wrote: 1. Officially register the #solr channel at libera.chat - see https://libera.chat/chanreg#community-registration 2. Move the slack integration from freenode to libera 3. Change our website to point to the new channel 4. Change topic in freenode #solr chan

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Hi, I created a PR: https://github.com/apache/solr/pull/148 Actually it was quite simple and worked out of box! Here is the workflow to create a new release, we can add this to the help texts: * Go to https://

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
To get the best version name let’s use something that’s compatible with: https://maven.apache.org/ref/3.3.3/maven-artifact/apidocs/org/apache/maven/artifact/versioning/ComparableVersion.html Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@theta

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Hi, as alternative to the jenkins-build-number I could also use the commit hash (jenkins has a env var for this). Setup is the same, but instead of ${BUILD_ID} I’d use ${GIT_COMMIT}, e.g. “9.0.0-prerelease${GIT_COMMIT}” or “9.0.0-prerelease+${GIT_COMMIT}” (or another char instead of “+”l

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Sorry, I changed the folder layout a bit: https://nightlies.apache.org/solr/lucene-prereleases/5/ easiest would be to add a property in the general Gradle build: prereleaseVersion=”4” And then add snippets to add custom repo: “https://nightlies.apache.org/solr/lucene-prereleases/${prereleas

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Hi, it’s working, the first prerelease: You have to add this folder as a Maven Repository (so each prerelease is a separate Maven repository): https://nightlies.apache.org/solr/lucene-prereleases/prerelease4/ Then you configure the version number of lucene in your dependencies: “9.0.

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Hi, David, can you have a look at this: https://ci-builds.apache.org/job/Solr/job/Lucene-prerelease-main/ This job builds a local Maven repo (unsigned) on request (somebody with Jenkins access hav

RE: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread Uwe Schindler
Hi, sorry for not acting faster. I was a bit busy with new kitchen, my main work, vaccination,… The main problem was that I was not able to sign artifacts from Jenkins, but with Alan Woodward’s tip on lucene’s dev list regarding the disabled artifact signing (I would not think that we re

Re: Proposal to pin the Lucene snapshot version on main

2021-05-25 Thread David Smiley
Thanks again for volunteering Uwe. I'm wondering what the status of this is? There was recently a major change in Lucene to move SpanQueries, and I think we're going to feel it in Solr. If not, it's just a matter of time before there is some other impactful change. ~ David Smiley Apache Lucene/