Re: Support for Java 24

2025-02-03 Thread David Smiley
The SecurityManager has been *very* useful for tests to ensure they don't write to the file system outside the build or temp directories. It's very easy to indirectly do this since tests commonly point to template configurations. So for now, I'd like to see us continue to run tests with the Secur

Re: Value of the Solr Blog

2025-02-03 Thread Gus Heck
I second the point about dates. Blog posts are (or at least should be) always dated, and typically have a date based permalink for each post. Ability to comment on the post is also normal (but of course only meaningful if the post contains meaningful content in and of itself). On Mon, Feb 3, 2025

Re: Value of the Solr Blog

2025-02-03 Thread Walter Underwood
If a blog doesn't have a feed, it ain’t a blog. wunder Walter Underwood Atom Publishing Protocol Working Group > On Feb 3, 2025, at 4:01 PM, Chris Hostetter wrote: > > > : Subject: Re: Value of the Solr Blog > > My biggest complaint about the Solr Blog, is that it doesn't really *feel* > lik

Re: Value of the Solr Blog

2025-02-03 Thread Chris Hostetter
: Subject: Re: Value of the Solr Blog My biggest complaint about the Solr Blog, is that it doesn't really *feel* like a blog -- it's just a list pages with a single sentence summary for each page. The pages have no author info, not tags/categories, ... there are "dates" for each of those pos

Support for Java 24

2025-02-03 Thread Houston Putman
Hello everyone, Java 24 is removing the Security Manager. This is pertinent to us, since we have the SecurityManager enabled by default. Because of this we need to disable the Security Manager when running Java 24+. We also probably want to remove it entirely for Solr 10. We can do this, but we

Re: [JENKINS] Solr-main-Linux (64bit/hotspot/jdk-11.0.21) - Build # 19896 - Still Unstable!

2025-02-03 Thread Houston Putman
I made a JIRA ticket to discuss this. Better than a mailing list thread. https://issues.apache.org/jira/browse/SOLR-17650 On Thu, Jan 30, 2025 at 10:05 AM David Smiley wrote: > BTW, I must compliment you on your great investigative skills to identify > that as the root cause! Truly impressive!

Re: Major proposal: NamedList in Solr 10

2025-02-03 Thread David Smiley
As this is definitely SIP-worthy, I created "SIP-22 NamedList Reduction" with an implementation plan that has already started (SimpleOrderedMap is now a Map). https://cwiki.apache.org/confluence/display/SOLR/SIP-22%3A+NamedList+Reduction Please take a look everyone! At the moment, I leave open th