Re: Bootstrap classloader hierarchy and split packages

2020-06-13 Thread Raymond Auge
Ok, I guess you can ignore this question because I think the conclusion is that bootstrap cannot be used in JPMS at all. I have figured out a boot process-ish and I can see things a little more clearly now. - Ray On Sat, Jun 13, 2020 at 9:12 PM Raymond Auge wrote: > Forgive me if this is a wel

Re: Bootstrap classloader hierarchy and split packages

2020-06-13 Thread Raymond Auge
Forgive me if this is a well worn topic. - Ray On Sat, Jun 13, 2020 at 8:58 PM Raymond Auge wrote: > Hello Tomcat Devs, > > Is it expected that when Bootstrap.init() invokes > "org.apache.catalina.startup.Catalina"'s constructor (which it finds in > catalina.jar) via reflection through catalina

Bootstrap classloader hierarchy and split packages

2020-06-13 Thread Raymond Auge
Hello Tomcat Devs, Is it expected that when Bootstrap.init() invokes "org.apache.catalina.startup.Catalina"'s constructor (which it finds in catalina.jar) via reflection through catalinaLoader that some of the classes in the package org.apache.catalina.startup, originating in bootstrap.jar, are st