[
https://issues.apache.org/jira/browse/LANG-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory reopened LANG-1473:
-----------------------------------
> 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.20.10#820010)