zacharymorn commented on pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-731491171


   > > I am not sure if we should preserve the native PosixUtil. It's used 
nowhere and was only added by @mikemccand back at that time to do more testing.
   > > Nowadays, if you want to try this, we should use JNA as external 
library, which provides all this. The good thing: JNA has a JAR file with 
dll/so files for all platforms and allows usage.
   > > With Java 17 (hopefully), we can use the new native Layer that allows to 
use any library with correct permissions in security manager.
   > 
   > Yeah, +1 to remove `PosixUtil.cpp` if indeed this was the only usage of 
it! RefCount dropped to zero!
   
   Removed this and the java one.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to