Re: Loading an automatic module from an exploded directory

2020-04-18 Thread Alan Bateman
On 10/04/2020 17:48, Eirik Bjørsnøs wrote: I once had the pleasure of debugging a system which after running in production for a few days would suddenly start returning 404 errors. Turned out someone (me) had forgotten to specify where Jetty should unpack its WAR files. So they ended up on

Re: RFR (T): 8242846: removed an empty file test/jdk/tools/jlink/plugins/OrderResourcesPluginTest.java

2020-04-18 Thread Alan Bateman
Sundar - do you recognize this? I assume truncating this test to 0 bytes was a mistake but I can't tell if the test should be brought back or not (to ensure that`jlink --order-resources` is tested). -Alan On 17/04/2020 11:34, Ao Qi wrote: Hi, The original email is waiting for moderator

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,

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