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

2024-11-07 Thread Christos Malliaridis
Thanks for the responses. I paid little attention to the Jira issue and focused too much on the tests in code, my bad. Consider this a duplicate and resolved. :) On Thu, Nov 7, 2024 at 3:23 PM David Smiley wrote: > Yes; Kevin points out the existing/known issue. In general, search JIRA > first.

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

2024-11-07 Thread David Smiley
Yes; Kevin points out the existing/known issue. In general, search JIRA first. I don't recommend adding a feature that nobody actually needs/asked-for. 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.f

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

[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