You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/02/23 14:30:00 UTC

[jira] [Comment Edited] (CXF-8429) Illegal reflective access in XercesSchemaValidationUtils

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

Andriy Redko edited comment on CXF-8429 at 2/23/21, 2:29 PM:
-------------------------------------------------------------

[~ffang] it has been fixed in `master` for JDK16+, I could backport it to 3.4.x / 3.3.x


was (Author: reta):
[~ffang] it has been fixed in `master` for JDK16+

> Illegal reflective access in XercesSchemaValidationUtils
> --------------------------------------------------------
>
>                 Key: CXF-8429
>                 URL: https://issues.apache.org/jira/browse/CXF-8429
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.3.2
>            Reporter: Johannes Renoth
>            Assignee: Freeman Yue Fang
>            Priority: Major
>
> We are getting the following warning in our application:
> {code:java}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.cxf.wsdl.service.factory.XercesSchemaValidationUtils (file:/xxx/WEB-INF/lib/cxf-rt-wsdl-3.3.2.jar) to method com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl.createXSLoader(com.sun.org.apache.xerces.internal.xs.StringList)
> WARNING: Please consider reporting this to the maintainers of org.apache.cxf.wsdl.service.factory.XercesSchemaValidationUtils
> 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)