I am normally a happy camper with Java 8 but I now got some questions running 
OSGi on Java 13. I got the following warning:

        WARNING: An illegal reflective access operation has occurred
        WARNING: Illegal reflective access by 
org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender
 
(file:/Users/aqute/.m2/repository/org/apache/felix/org.apache.felix.framework/6.0.3/org.apache.felix.framework-6.0.3.jar)
 to method java.net.URLClassLoader.addURL(java.net.URL)
        WARNING: Please consider reporting this to the maintainers of 
org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender
        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
        ____________________________
        Welcome to Apache Felix Gogo
        
        g! 

It looks rather ugly and it promises death in the next release. I looked at 
JIRA but could not find any discussion of this. Will this be fixed?

Kind regards,

        Peter Kriens

Reply via email to