Could this be related to some of the getPackage references as part of these?

- https://www.oracle.com/technetwork/java/javase/9-relnote-issues-3704069.html

- https://bugs.openjdk.java.net/browse/JDK-8193889

Eric Bresie
[email protected]
> On April 20, 2019 at 1:24:23 AM CDT, Jaroslav Tulach 
> <[email protected]> wrote:
> Dne neděle 14. dubna 2019 16:16:20 CEST, arsi napsal(a):
> > Hi,
> >
> > While porting NBANDROID-V2 to ANB (Java 11) I came across a problem with
> > /StandardModule.OneModuleClassLoader/.
> > It does not override the method: |protected Class<?> findClass(String
> > name)| and something has changed in the implementation of
> >
> > |Class.getPackage().getAnnotation(Class annotationClass )| and now it
> >
> > call the method |findClass(String name)| from ClassLoader and there is:
> >
> > protected Class<?> findClass(String name)
> > throwsClassNotFoundException { throw new ClassNotFoundException(name);
> > }
> >
> >
> > With Java 8, it works without problems..
> >
> > Arsi
> >
> > https://github.com/NBANDROIDTEAM/NBANDROID-V2
>
> FYI: Similar problem has been reported as
> https://github.com/codehaus-plexus/plexus-classworlds/pull/5
> -jt
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>

Reply via email to