Re[2]: Classloading with multiple parent layers JDK11 vs JDK14

2020-04-18 Thread Alex Sviridov
Hi Alan,   Thank you for your answer. Yes, moduleB is an automatic module and there is also no problem when I use JDK12. So it seems to be that bug. I will report if I see problem with JDK12+.   Best regards   >Суббота, 18 апреля 2020, 10:06 +03:00 от Alan Bateman >: >  >On 17/04/2020 21:11, Ale

Re: Classloading with multiple parent layers JDK11 vs JDK14

2020-04-18 Thread Alan Bateman
On 17/04/2020 21:11, Alex Sviridov wrote: Hi all, I have the following layers: LayerA (moduleA)                   LayerB (moduleB)              |_|                                  |                    LayerC(moduleC) LayerC has two parent layers layerA and LayerB

Classloading with multiple parent layers JDK11 vs JDK14

2020-04-17 Thread Alex Sviridov
Hi all,   I have the following layers:   LayerA (moduleA)                   LayerB (moduleB)              |_|                                  |                    LayerC(moduleC)   LayerC has two parent layers layerA and LayerB and moduleC requires moduleA and moduleB. When I