You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2021/08/18 17:05:35 UTC

[GitHub] [datasketches-memory] davecromberge opened a new pull request #144: Add instructions for local MR-jar testing

davecromberge opened a new pull request #144:
URL: https://github.com/apache/datasketches-memory/pull/144


   Verified that the C/I tests actually do make use of the `sun.nio.ch`
   package for memory-mapped files. Removing the runtime JPMS flag for
   this package from Surefire results in a warning, since the tests
   use the classpath and not the module path.  Using the module path
   in the tests would require a local `module-info.java` in the tests,
   which would present problems for Java8.
   
   Using Datasketches Memory for memory-mapped in a JPMS-enabled user
   application requires explicit opens access to the `sun.nio.ch` package
   otherwise the user application will exit with a hard failure instead
   of a warning.


-- 
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: commits-unsubscribe@datasketches.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[GitHub] [datasketches-memory] leerho merged pull request #144: Add instructions for local MR-jar testing

Posted by GitBox <gi...@apache.org>.
leerho merged pull request #144:
URL: https://github.com/apache/datasketches-memory/pull/144


   


-- 
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: commits-unsubscribe@datasketches.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org