uschindler opened a new pull request, #12042:
URL: https://github.com/apache/lucene/pull/12042

   This implements MMapDirectory's IndexInput with the Project Panama Preview 
APIs of Java 20 (see https://openjdk.org/jeps/434). This is mainly a copy of 
the Java 19 implementation, only with a few changes:
   - `MemorySession` was splitted into `Arena` and `SegmentScope`, mainly we 
now use `Arena` and `Arena#scope()` for the actual `FileChannel#map` invocation.
   - Add a new MR-JAR sourceset
   
   Like in #12033 we remove the preview flag of class files


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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