Yes, it will be fixed eventually - i have some fixes for it in connect fork. Until then, you can ignore it or start with --add-opens to make it go aways (makes the commandline somewhat ugly so :-).
regards, Karl On Tue, Jan 28, 2020 at 5:11 PM Peter Kriens <[email protected]> wrote: > > 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 -- Karl Pauls [email protected]
