You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/02/29 15:51:00 UTC

[jira] [Created] (GROOVY-9429) Illegal reflective access occurred when getting property

Daniel Sun created GROOVY-9429:
----------------------------------

             Summary: Illegal reflective access occurred when getting property
                 Key: GROOVY-9429
                 URL: https://issues.apache.org/jira/browse/GROOVY-9429
             Project: Groovy
          Issue Type: Bug
            Reporter: Daniel Sun
            Assignee: Daniel Sun
             Fix For: 4.0.0-alpha-1, 3.0.2


https://groovy-community.slack.com/archives/C2NEFCM55/p1582979609024700

{code:java}
java.awt.Toolkit.defaultToolkit.systemClipboard
{code}

Warnings:
{code:java}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/edgargs/.sdkman/candidates/groovy/3.0.1/lib/groovy-3.0.1.jar) to method sun.awt.X11.XToolkit.getSystemClipboard()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.ReflectionUtils
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)