[ https://issues.apache.org/jira/browse/GROOVY-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Sun updated GROOVY-9429: ------------------------------- Summary: Illegal reflective access warnings occurred when getting property (was: Illegal reflective access occurred when getting property) > Illegal reflective access warnings 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 > Priority: Major > 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)