Michael Brackx created CMIS-1043:
------------------------------------
Summary: workbench - fix warnings on java 9
Key: CMIS-1043
URL: https://issues.apache.org/jira/browse/CMIS-1043
Project: Chemistry
Issue Type: Improvement
Components: opencmis-workbench
Affects Versions: OpenCMIS 1.1.0
Environment: java 9
Java(TM) SE Runtime Environment (build 9+178)
Java HotSpot(TM) 64-Bit Server VM (build 9+178, mixed mode)
Reporter: Michael Brackx
Priority: Minor
warnings when starting workbench on java 9:
{noformat}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.chemistry.opencmis.workbench.ClientFrame
(file:/path/lib/chemistry-opencmis-workbench-1.1.0.jar) to method
com.apple.eawt.Application.getApplication()
WARNING: Please consider reporting this to the maintainers of
org.apache.chemistry.opencmis.workbench.ClientFrame
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}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)