[
https://issues.jboss.org/browse/WFLY-11717?page=com.atlassian.jira.plugin...
]
Brian Stansberry commented on WFLY-11717:
-----------------------------------------
[~krisgerhard] Do you have some kind of reproducer app you can attach? I just scanned
through the server.log produced by the testsuite/integration/basic part of our testsuite
from a JDK 11 job[1] looking for "llegal ref" and don't find any
occurrences. That job runs all sorts of EE related tests, i.e. various EJB apps the
testsuite deploys. So if it doesn't report the illegal reflective access my assumption
is it won't be trivial to reproduce. Looking at the code I didn't see why it would
happen either. So perhaps something about your app is key to identifying the cause.
[1]
https://ci.wildfly.org/repository/download/WF_MasterLinuxJdk11/141561:id/...
-- a link that will break eventually as ci server cleans out old jobs.
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)