You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johannes Renoth (Jira)" <ji...@apache.org> on 2021/03/23 14:50:00 UTC

[jira] [Updated] (WICKET-6874) Illegal reflective access by org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet

     [ https://issues.apache.org/jira/browse/WICKET-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Renoth updated WICKET-6874:
------------------------------------
    Description: 
We have the following message in our server logs:
{code:java}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet (file: ... wicket-core-8.11.0.jar) to method java.util.Collections$UnmodifiableCollection.size()
WARNING: Please consider reporting this to the maintainers of org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet
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}

  was:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet (file: ... wicket-core-8.11.0.jar) to method java.util.Collections$UnmodifiableCollection.size()
WARNING: Please consider reporting this to the maintainers of org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet
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


> Illegal reflective access by org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-6874
>                 URL: https://issues.apache.org/jira/browse/WICKET-6874
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 8.11.0
>            Reporter: Johannes Renoth
>            Priority: Minor
>
> We have the following message in our server logs:
> {code:java}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet (file: ... wicket-core-8.11.0.jar) to method java.util.Collections$UnmodifiableCollection.size()
> WARNING: Please consider reporting this to the maintainers of org.apache.wicket.core.util.lang.PropertyResolver$MethodGetAndSet
> 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)