You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Ma...@swm.de on 2019/01/21 11:09:13 UTC

https://issues.apache.org/jira/browse/CXF-7894

Hi there,

Since I updated to JDK9, I get a lot of the following warnings during my maven builds:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.cxf.common.util.ReflectionUtil$11 (file:/M:/org/apache/cxf/cxf-core/3.2.7/cxf-core-3.2.7.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

I think this was fixed in Ticket https://issues.apache.org/jira/browse/CXF-7894. But no release containing this commit (https://github.com/apache/cxf/commit/07de04bd9095c85bd95f5b1367425db8aefd12b3) was made so far, right? The latest release on https://mvnrepository.com/artifact/org.apache.cxf/cxf-core is 3.2.7.
When will the next release of cxf-core be (3.2.8, 3.3.0?)?

Thanks!

Regards

Benjamin Maldoner


Re: https://issues.apache.org/jira/browse/CXF-7894

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

The coming CXF 3.3 will contain this fix and community hopes to start release VOTE early this week.


-------------
Freeman(Yue) Fang

Red Hat, Inc. 





> On Jan 21, 2019, at 7:09 PM, Maldoner.Benjamin@swm.de wrote:
> 
> Hi there,
> 
> Since I updated to JDK9, I get a lot of the following warnings during my maven builds:
> 
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.cxf.common.util.ReflectionUtil$11 (file:/M:/org/apache/cxf/cxf-core/3.2.7/cxf-core-3.2.7.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
> 
> I think this was fixed in Ticket https://issues.apache.org/jira/browse/CXF-7894. But no release containing this commit (https://github.com/apache/cxf/commit/07de04bd9095c85bd95f5b1367425db8aefd12b3) was made so far, right? The latest release on https://mvnrepository.com/artifact/org.apache.cxf/cxf-core is 3.2.7.
> When will the next release of cxf-core be (3.2.8, 3.3.0?)?
> 
> Thanks!
> 
> Regards
> 
> Benjamin Maldoner
>