Re: HELP wanted: Dependency upgrades

2024-11-05 Thread Jan Høydahl
Looks to me that solrbot is still the author of this https://github.com/apache/solr/pull/2845/commits/3e0d943c22b7d7506356b98b39e9db8301d3 The cherry-pick script is not for windows, sorry... Maybe it works in WSL Jan > 5. nov. 2024 kl. 12:45 skrev Christos Malliaridis : > > So I went forwa

Re: HELP wanted: Dependency upgrades

2024-11-05 Thread Christos Malliaridis
Thanks for the answers. I'm looking forward to the release then, to see the process cycle complete. :) I would love to use the cherry-pick.sh for also pushing to the branch, but it fails on my machine / Windows when it tries to run the tests (probably some gradlew / gradlew.bat issues). I didn't h

Re: [DISCUSS] Time to thank Hadoop for it's service and remove it?

2024-11-05 Thread Jan Høydahl
Can't you diff versions.lock betwen before and after to get a clue? In case our validate-licenses gradle task does not complain about unused files in licenses/ folder... Jan > 2. nov. 2024 kl. 12:27 skrev David Eric Pugh : > > I did reach out to the user list about hadoop-auth and haven't hear

Re: HELP wanted: Dependency upgrades

2024-11-05 Thread Jan Høydahl
> One question that popped up recently (Jan can probably answer that): > > If I create a PR for backporting a cherry-picked commit that was previously > completed with Solrbot, will the CHANGES file be updated by the bot? If not, > I believe that I should update that in the PR myself, right? A

[DISCUSS] Support of time zone mappings in ParseDateFieldUpdateProcessorFactory

2024-11-05 Thread Christos Malliaridis
Looking into the recent JENKINS jobs, one of the failing tests is java.time.format.DateTimeParseException: Text 'Thu Nov 13 04:35:51 AKST 2008' could not be parsed at index 20 The root cause of this failing test seems to be related to JDK 23 (and Windows?) and has some history from JDK 8/9 accord

Re: [DISCUSS] Support of time zone mappings in ParseDateFieldUpdateProcessorFactory

2024-11-05 Thread Kevin Risden
I think this is the same as https://issues.apache.org/jira/browse/SOLR-17379 which has more details. Kevin Risden On Tue, Nov 5, 2024 at 5:16 PM Christos Malliaridis wrote: > Looking into the recent JENKINS jobs, one of the failing tests is > > java.time.format.DateTimeParseException: Text 'Th