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

Freeman Yue Fang edited comment on CXF-8292 at 6/1/20, 5:49 PM:
----------------------------------------------------------------

Hi [~inkimar],

Not the maven-compiler-plugin source and target version, I mean the real java 
version you are using.

You can get it from the cmd line like
{code}
java -version
{code}

If you run it in the docker pod, check the jdk image(vendor, version) you are 
using there.
And you probably need to ssh the pod to run "java -version" and see what's 
exactly the output. 
Freeman


was (Author: ffang):
Hi [~inkimar],

Not the maven-compiler-plugin source and target version, I mean the real java 
version you are using.

You can get it from the cmd line like
{code}
java -version
{code}

If you run it in the docker pod, check the jdk image(vendor, version) you are 
using there.
Freeman

> Wildfly 16  : Warning 'Illegal reflective access'
> -------------------------------------------------
>
>                 Key: CXF-8292
>                 URL: https://issues.apache.org/jira/browse/CXF-8292
>             Project: CXF
>          Issue Type: Bug
>          Components: MicroProfile
>    Affects Versions: 3.2.7, 3.3.6
>         Environment: # Linux Ubuntu 19
>  # docker-container ( image : jboss/wildfly:16.0.0.Final )
>            Reporter: Ingimar
>            Assignee: Freeman Yue Fang
>            Priority: Major
>
> Hi!
>  
> Running wildfly 16, which has the 'cxf-core-3.2.7.jar' in the modules.
> I updated to 3.3.6 from cxf-core-3.2.7.jar , but the problem prevails after 
> restart of the wildfly-server.
>  
> ```
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.apache.cxf.common.util.ReflectionUtil$11 
> (jar:file:/home/ingimar/SERVERS/wildfly-16.0.0.Final/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.3.6.jar!/)
>  to field java.net.Authenticator.theAuthenticator
> WARNING: Please consider reporting this to the maintainers of 
> org.apache.cxf.common.util.ReflectionUtil$11
> 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
(v8.3.4#803005)

Reply via email to