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
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
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
: 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
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
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!
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