[ https://issues.apache.org/jira/browse/GEODE-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Deppe resolved GEODE-8549. ------------------------------- Fix Version/s: 1.14.0 Resolution: Fixed > 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 > Priority: Major > Labels: pull-request-available > Fix For: 1.14.0 > > > 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)