Freeman Fang created CXF-7056:
---------------------------------
Summary: use new JVM options with recent java9 kit
Key: CXF-7056
URL: https://issues.apache.org/jira/browse/CXF-7056
Project: CXF
Issue Type: Sub-task
Reporter: Freeman Fang
since the java9 EA 132, the old style jvm options was dropped, only new style
is supported.
So the
-addmods ==>--add-modules
-XaddExports ==> --add-exports
-Xpatch ==> --patch-module
We need adjust our code accordingly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)