Richard Eckart de Castilho created UIMA-6223:
------------------------------------------------
Summary: Groovy plugin causes warning during build
Key: UIMA-6223
URL: https://issues.apache.org/jira/browse/UIMA-6223
Project: UIMA
Issue Type: Bug
Components: uimaFIT
Affects Versions: 2.4.0uimaFIT
Reporter: Richard Eckart de Castilho
Assignee: Richard Eckart de Castilho
During a build on a recent JDK, the following warning appears:
{code}
[INFO] --- gmaven-plugin:1.5:execute (read-notice) @ uimafit-parent ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass$3$1
(file:/C:/Users/MarshallSchor/.m2/repository/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass$3$1
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
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)