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

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