You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/02/13 17:25:00 UTC

[jira] [Commented] (KARAF-5448) Fix Java 9 warnings

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

ASF subversion and git services commented on KARAF-5448:
--------------------------------------------------------

Commit 94bb93b22f1edfab7db99b6d5eec0e57a20424f5 in karaf's branch refs/heads/master from [~gnt]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=94bb93b ]

[KARAF-5448] Fix illegal access on Java 9 for ShellTable


> Fix Java 9 warnings
> -------------------
>
>                 Key: KARAF-5448
>                 URL: https://issues.apache.org/jira/browse/KARAF-5448
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: 4.2.0
>
>
> There are a few illegal access warnings when running tests on Java 9:
> {code}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.karaf.shell.support.table.ShellTable (jar:bundle://16.0:0/!/) to field java.io.PrintStream.charOut
> WARNING: Please consider reporting this to the maintainers of org.apache.karaf.shell.support.table.ShellTable
> 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
> WARNING: An illegal reflective access operation has occurred                                                                                                  
> WARNING: Illegal reflective access by org.eclipse.jetty.util.BufferUtil (jar:bundle://52.0:0/!/) to field java.nio.MappedByteBuffer.fd
> WARNING: Please consider reporting this to the maintainers of org.eclipse.jetty.util.BufferUtil
> 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
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.karaf.management.RmiRegistryFactory (jar:bundle://29.0:0/!/) to field sun.rmi.transport.tcp.TCPEndpoint.localEndpoints
> WARNING: Please consider reporting this to the maintainers of org.apache.karaf.management.RmiRegistryFactory
> 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
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.aries.jndi.startup.Activator (jar:bundle://93.0:0/!/) to field javax.naming.spi.NamingManager.initctx_factory_builder
> WARNING: Please consider reporting this to the maintainers of org.apache.aries.jndi.startup.Activator
> 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
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (bundle://151.0:1/netty-all-4.0.30.Final.jar) to field java.nio.Buffer.address
> WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0
> 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
> karaf-maven-plugin:
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/Users/gnodet/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
> WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
> 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
(v7.6.3#76005)