]
Brian Stansberry commented on WFLY-11717:
-----------------------------------------
[~krisgerhard] Can you provide more information on where/when you are seeing this? My
presumption is the source of the complaint is [1] (that's the anonymous inner class in
AbstractProxyFactory) but I'm not seeing why that would be invoked for
Object.clone().
[1]
Illegal reflective access -
org.jboss.invocation.proxy.AbstractProxyFactory
---------------------------------------------------------------------------
Key: WFLY-11717
URL:
https://issues.jboss.org/browse/WFLY-11717
Project: WildFly
Issue Type: Bug
Affects Versions: 15.0.1.Final
Reporter: Kris-Gerhard Aabrams
Assignee: Brian Stansberry
Priority: Major
Labels: Java11
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.invocation.proxy.AbstractProxyFactory$1
(jar:file:/opt/jboss/wildfly/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.5.1.Final.jar!/)
to method java.lang.Object.clone()
WARNING: Please consider reporting this to the maintainers of
org.jboss.invocation.proxy.AbstractProxyFactory$1
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