leerho commented on issue #731: URL: https://github.com/apache/datasketches-java/issues/731#issuecomment-4597385690
I have Automatic Module Name configured for the next version of datasketches-memory-7.0.0, which should be released in the next few weeks. Once this is out, I can start work on upgrading datasketches-java versions 7.X (for Java 17) and 8.X (for Java 21) to use the new DS-memory-7.X (which will work on Java 11, 17, 21). You say you have no compile or runtime operations with DS-java 8.X on Java 21. Have you tried any off-heap or file-mapped memory operations using MemorySegments? I am a little unclear about your need to run the library on Java 17 vs Java 21 vs Java 25. Please elaborate. Also, I don't understand the urgency of providing an Automatic Module Name, which I will be adding, among many other priorities, but what is the urgency? If your application declares the DS-java jar in its module-info.java file, the system automatically generates a module name based strictly on the JAR's filename. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
