squito opened a new pull request #23804: [WIP][SPARK-26896] JDK 11 module 
adjustments for running tests
URL: https://github.com/apache/spark/pull/23804
 
 
   This adds a JDK11 profile, just intended for running tests.  It adds
   extra runtime arguments to the test runners to get around new module
   limitations.  This includes:
   
   1) removal of jaxb from java itself (used in pmml export in mllib)
   
   2) Some reflective access which results in failures, eg.
   
   Unable to make field jdk.internal.ref.PhantomCleanable
   jdk.internal.ref.PhantomCleanable.prev accessible: module java.base does
   not "opens jdk.internal.ref" to unnamed module
   
   3) Some reflective access which results in warnings.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to