-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Undefined
For WF Core 17 follow up on the WFCORE-5406 by re-evaluating any --add-exports or --add-opens to see if they still make sense.
For example:
--add-opens=java.base/java.lang=ALL-UNNAMED is currently under discussion as to whether the Javassist use is relevant (e.g. simply adding that likely wouldn't allow it to work)
-add-opens=java.base/java.util=ALL-UNNAMED -WFLY-14816 may eliminate the need for that one (it doesn't)
- relates to
-
WFCORE-4296 Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions
- Resolved
-
WFCORE-5406 For JDK 16+ server requires --add-opens to allow reflective access to JDK classes
- Closed