Re: Community Virtual Meetup, October 23rd

2024-10-23 Thread David Smiley
I probably should have activated the transcription feature for Google Meet but didn't. I will next time. On Thu, Oct 24, 2024 at 1:25 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > If these meetings are organized using MS Teams, maybe they can be auto > transcribed. I saw this fea

Re: Community Virtual Meetup, October 23rd

2024-10-23 Thread David Smiley
I finished updating the post meeting notes and attendees. This is definitely a task we may want to make optional or fewer people may volunteer to host :-) https://cwiki.apache.org/confluence/display/SOLR/2024-10-23+Meeting+notes I took a video recording and will share it to community members who e

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread Gus Heck
Better phrasing actually: Servlets typically generate novel content. On Wed, Oct 23, 2024 at 2:14 PM Gus Heck wrote: > It's just decorating an existing resource... adding headers and > filter/replace the content. Servlets typically generate their content. > > On Wed, Oct 23, 2024 at 11:51 AM Dav

Re: Welcome Christos Malliaridis as Solr Committer

2024-10-23 Thread Ilan Ginzburg
Congratulations and welcome, Christos! On Wed, Oct 23, 2024 at 11:08 PM Tomás Fernández Löbbe < tomasflo...@gmail.com> wrote: > Welcome Christos! > > On Wed, Oct 23, 2024 at 12:35 PM Jason Gerlowski > wrote: > > > Congrats and welcome Christos! > > > > On Sat, Oct 19, 2024 at 8:33 PM Jan Høydahl

Re: [DISCUSS] Automated bin/solr.cmd script testing for Windows

2024-10-23 Thread Christos Malliaridis
Funny, I was currently looking for a solution to make the bats tests run on Windows. I would probably prefer a JUnit approach that executes the commands with ProcessBuilder and avoid that way additional dependencies and test frameworks. We would also avoid having duplicate tests. I considered

Re: Welcome Christos Malliaridis as Solr Committer

2024-10-23 Thread Tomás Fernández Löbbe
Welcome Christos! On Wed, Oct 23, 2024 at 12:35 PM Jason Gerlowski wrote: > Congrats and welcome Christos! > > On Sat, Oct 19, 2024 at 8:33 PM Jan Høydahl wrote: > > > > Congratulations and welcome, Christos! > > > > Jan > > > > > 19. okt. 2024 kl. 00:52 skrev David Smiley : > > > > > > The Pro

[DISCUSS] Automated bin/solr.cmd script testing for Windows

2024-10-23 Thread Jan Høydahl
Hi, We have done tons of changes to start scripts lately, but we do not have any automated tests like our BATS tests for Linux. So I filed https://issues.apache.org/jira/browse/SOLR-17508 with a suggestion to use a tool I found called "Pester" for Powershell. I played a bit with it and got a fe

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread Gus Heck
It's just decorating an existing resource... adding headers and filter/replace the content. Servlets typically generate their content. On Wed, Oct 23, 2024 at 11:51 AM David Smiley wrote: > Why would that be a filter; doesn't a Servlet make sense? > > On Wed, Oct 23, 2024 at 11:23 AM Gus Heck w

Re: Community Virtual Meetup, October 23rd

2024-10-23 Thread David Smiley
Reminder: starting in 18min. Hoping to get a number of us to discuss Solr Roadmap / Solr 10. On Tue, Oct 15, 2024 at 8:58 AM David Smiley wrote: > Hi Everyone, > > I'm volunteering to run the community virtual meetup next week. > > What: Community Virtual Meetup, September 2024 > When: Wednesda

Re: What to do about https://cwiki.apache.org/confluence/display/SOLR/Deprecations ?

2024-10-23 Thread Jason Gerlowski
I agree - the fact that it's gone so long without an update suggests it's better off relying on the ref-guide alone. That said - I love the idea of keeping deprecations all in a table like this. Much easier to find a feature-of-interest at a glance than it is on the "Major Changes" page IMO. May

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread David Smiley
Why would that be a filter; doesn't a Servlet make sense? On Wed, Oct 23, 2024 at 11:23 AM Gus Heck wrote: > Found the PR, approved, > > Side note: It looks like AdminUIServlet is another candidate for a filter > since it's manually loading a static html file and then feeding it to the > out str

Re: Welcome Christos Malliaridis as Solr Committer

2024-10-23 Thread Jason Gerlowski
Congrats and welcome Christos! On Sat, Oct 19, 2024 at 8:33 PM Jan Høydahl wrote: > > Congratulations and welcome, Christos! > > Jan > > > 19. okt. 2024 kl. 00:52 skrev David Smiley : > > > > The Project Management Committee (PMC) for Apache Solr has invited Christos > > Malliaridis to become a c

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread Gus Heck
Found the PR, approved, Side note: It looks like AdminUIServlet is another candidate for a filter since it's manually loading a static html file and then feeding it to the out stream ( I think HttpServletResponseWrapper can be used to do the version substitution)... On Wed, Oct 23, 2024 at 9:30 A

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread Gus Heck
As for next steps, I was planning on heading for creation of filters next, so that when a servlet is create it can just be configured with all the same filters. That way the old dispatch filter can continue to do it's thing without requiring all 3 aspects to be migrated to a servlet at once. On We

Re: SolrDispatchFilter vs SolrServlet

2024-10-23 Thread Gus Heck
Absolutely one step at a time. We've seen in the past how an enormous change is just too hard to work back into the mainline, and I'd hate to put in the effort only to suffer that fate. Review is always welcome of course! I'll check for that review you requested. I might have missed it. On Tue, Oc