Re: Modular path vs. class path determination

2022-10-17 Thread Ceki Gülcü
Hello Martin, Olivier, Since I posted on this thread, I have abandoned the idea of integration testing in the same Maven module. Instead, for module X, white-box testing is still done within X/src/test/ and integration testing done in a new and separate module X-blackbox which is also

Re: Modular path vs. class path determination

2022-10-17 Thread Martin Desruisseaux
Le 17/10/2022 à 12:33, Olivier Lamy a écrit : I wanted to have some opinions on what sort of configurations we could add but this didn't get much attention :) (https://issues.apache.org/jira/browse/SUREFIRE-2097) Maybe nobody really cares of jpms... On my side I do care a lot about JPMS.

Re: Modular path vs. class path determination

2022-10-17 Thread Olivier Lamy
On Sat, 1 Oct 2022 at 01:22, Ceki Gülcü wrote: > > > Hello all, > > The logback is attempting to migrate to Junit 5. As a consequence of > this migration, a handful of tests that were previously successful, now > fail. > > For example, the ch.qos.logback.classic.net.DilutedSMTPAppenderTest >

Modular path vs. class path determination

2022-09-30 Thread Ceki Gülcü
Hello all, The logback is attempting to migrate to Junit 5. As a consequence of this migration, a handful of tests that were previously successful, now fail. For example, the ch.qos.logback.classic.net.DilutedSMTPAppenderTest recently failed with the following error: