You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (Jira)" <ji...@apache.org> on 2022/05/09 23:39:00 UTC

[jira] [Created] (GEODE-10289) Add an argument file that opens all JDK packages to all unnamed modules

Dale Emery created GEODE-10289:
----------------------------------

             Summary: Add an argument file that opens all JDK packages to all unnamed modules
                 Key: GEODE-10289
                 URL: https://issues.apache.org/jira/browse/GEODE-10289
             Project: Geode
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.15.0, 1.16.0
            Reporter: Dale Emery


Certain Geode functionality requires user-defined objects to be accessible for reflection. It can be difficult for users to identify non-opened JDK packages that are included in their objects.

Add an argument file that opens all JDK packages to all unnamed modules. Adding this argument file when launching a client, locator, or server on JDK 17 essentially mimics the {{--illegal-access=permit}} option from JDK 11 (at least for JDK packages).

The supplied argument file will open all packages that come with the Linux version of OpenJDK.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)