You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Wouter van Reeven (JIRA)" <ji...@apache.org> on 2017/11/28 16:53:00 UTC

[jira] [Comment Edited] (IVY-1569) Illegal access warnings with Java 9

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

Wouter van Reeven edited comment on IVY-1569 at 11/28/17 4:52 PM:
------------------------------------------------------------------

Thanks very much. Yes, the WARNING is harmless and we can ignore it for now.


was (Author: wvreeven):
Thanks very much. One option would be for you to test for the Java version used and use different code for Java 9 than for older versions. But yes, the WARNING is harmless and we can ignore it for now.

> Illegal access warnings with Java 9
> -----------------------------------
>
>                 Key: IVY-1569
>                 URL: https://issues.apache.org/jira/browse/IVY-1569
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.3.0, 2.4.0
>         Environment: Java 9.0.1
>            Reporter: Wouter van Reeven
>            Assignee: jaikiran pai
>
> When doing an ant ivy:resolve with Java 9, an illegal access warning is logged:
> resolve:
> [ivy:retrieve] :: Apache Ivy 2.3.0 - 20130110142753 :: http://ant.apache.org/ivy/ ::
> [ivy:retrieve] :: loading settings :: file = common/conf/ivysettings.xml
> [ivy:retrieve] :: resolving dependencies :: XXXX
> [ivy:retrieve] 	confs: [compile, runtime, ext]
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:common/lib/ivy-2.3.0.jar) to field java.net.Authenticator.theAuthenticator
> WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
> 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
> There is a workaround which is to use --add-opens command line options to the invocation of java but unfortunately this cannot be done when using ivy in Ant. Please revise the code and fix this . Many thanks in advance!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)