You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (Jira)" <ji...@apache.org> on 2020/09/29 16:01:00 UTC

[jira] [Created] (GEODE-8549) Remove use of junit EnvironmentVariables rule

Jens Deppe created GEODE-8549:
---------------------------------

             Summary: Remove use of junit EnvironmentVariables rule
                 Key: GEODE-8549
                 URL: https://issues.apache.org/jira/browse/GEODE-8549
             Project: Geode
          Issue Type: Test
          Components: redis
            Reporter: Jens Deppe


The use of this rule causes build messages such as:
{noformat}
 > Task :geode-redis:acceptanceTest
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.junit.contrib.java.lang.system.EnvironmentVariables (file:/home/geode/.gradle/caches/modules-2/files-2.1/com.github.stefanbirkner/system-rules/1.19.0/d541c9a1cff0dda32e2436c74562e2e4aa6c88cd/system-rules-1.19.0.jar) to field java.util.Collections$UnmodifiableMap.m
WARNING: Please consider reporting this to the maintainers of org.junit.contrib.java.lang.system.EnvironmentVariables
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
{noformat}

We don't really need this unless we have a real concrete need to disable the Ryuk container.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)