I believe I have asked for a log4j-its module for a while now since that is the only way you can validate modules actually work together. I am fine with it being in a separate repo.
Ralph > On Aug 8, 2024, at 11:35 PM, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote: > > Hi all, > > Unless I am mistaken, adding tests that run under JPMS is problematic > in the `apache/logging-log4j2` repository. Even if I create a new > Maven module for these tests: > > * IntelliJ IDEA still complains that it doesn't know a > `org.apache.logging.log4j.core` module. > * These tests might be flaky, since the `module-info.class` file is > destroyed before each compilation step and created right after it. > > Should I create a new `apache/logging-log4j-its` repository for these > tests? I can configure the CI to run them daily or after a snapshot > has been generated. > > Piotr > > PS: Naming of the repo is as usual a problem.