You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/11 07:44:00 UTC

[jira] [Updated] (GEODE-5848) conditionally add --add-opens to test.gradle if testing on Java 11

     [ https://issues.apache.org/jira/browse/GEODE-5848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-5848:
----------------------------------
    Labels: pull-request-available  (was: )

> conditionally add --add-opens to test.gradle if testing on Java 11
> ------------------------------------------------------------------
>
>                 Key: GEODE-5848
>                 URL: https://issues.apache.org/jira/browse/GEODE-5848
>             Project: Geode
>          Issue Type: Sub-task
>          Components: ci
>            Reporter: Owen Nichols
>            Priority: Major
>              Labels: pull-request-available
>
> While we continue to discuss possible ways to make this unnecessary, for now this is the shortest path to getting the Java 11 jobs in the pipeline green.
> Need to add the following around line 225 of grade/test.gradle:
> {quote}jvmArgs += ["--add-opens", "java.xml/jdk.xml.internal=ALL-UNNAMED"] 
> jvmArgs += ["--add-opens", "java.base/jdk.internal.module=ALL-UNNAMED"] 
> jvmArgs += ["--add-opens", "java.base/java.lang.module=ALL-UNNAMED"]
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)