You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Caleb Cushing (Jira)" <ji...@apache.org> on 2021/09/18 16:35:00 UTC

[jira] [Comment Edited] (LANG-1473) Illegal reflective access to ArrayList.serialVersionUID

    [ https://issues.apache.org/jira/browse/LANG-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417171#comment-17417171 ] 

Caleb Cushing edited comment on LANG-1473 at 9/18/21, 4:34 PM:
---------------------------------------------------------------

I believe the the module-info for commons-lang3 simply needs to `requires java.util`


was (Author: xenoterracide):
I believe the the module-info simply needs to `requires java.util`

> Illegal reflective access to ArrayList.serialVersionUID
> -------------------------------------------------------
>
>                 Key: LANG-1473
>                 URL: https://issues.apache.org/jira/browse/LANG-1473
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.reflect.*
>    Affects Versions: 3.9
>         Environment: Windows 10, AdoptOpenJDK 11.0.4
>            Reporter: Matthias Keller
>            Priority: Major
>
> The following warning appears in our logs. We're not actively accessing ArrayList.SerialVersionUID:
> {code:java}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.commons.lang3.reflect.FieldUtils (file:/C:/Workspaces/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.9/122c7cee69b53ed4a7681c03d4ee4c0e2765da5/commons-lang3-3.9.jar) to field java.util.ArrayList.serialVersionUI
> WARNING: Please consider reporting this to the maintainers of org.apache.commons.lang3.reflect.FieldUtils
> 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)