[
https://issues.jboss.org/browse/WFCORE-1859?page=com.atlassian.jira.plugi...
]
Tomaz Cerar resolved WFCORE-1859.
---------------------------------
Assignee: Tomaz Cerar (was: Richard Opalka)
Resolution: Done
solved by using diffrent style parameters without spaces.
for example
{noformat}
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
{noformat}
becomes:
{noformat}
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
{noformat}
JDK supports both.
Investigate and fix JDK9 modular params propagation to forked
processes
-----------------------------------------------------------------------
Key: WFCORE-1859
URL:
https://issues.jboss.org/browse/WFCORE-1859
Project: WildFly Core
Issue Type: Sub-task
Components: Server, Test Suite
Reporter: Richard Opalka
Assignee: Tomaz Cerar
Priority: Blocker
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)