Re: [Surefire] Toolchains seem to be ignored if forkCount > 1

2022-09-02 Thread Slawomir Jaranowski
Hi Niels, This issue can be similar to your: https://issues.apache.org/jira/browse/SUREFIRE-2073 pt., 2 wrz 2022 o 17:41 Niels Basjes napisaƂ(a): > Hi, > > I was working on a project and ran into a problem. > I have reduced the reproduction to the smallest I could: > > https://github.com/niel

[Surefire] Toolchains seem to be ignored if forkCount > 1

2022-09-02 Thread Niels Basjes
Hi, I was working on a project and ran into a problem. I have reduced the reproduction to the smallest I could: https://github.com/nielsbasjes/MavenSurefireForkCount Summary: - I use Ubuntu 20.04 - I have Java 11 as the default (i.e. in path and JAVA_HOME). - I also have Java 8 and Java 17 insta

Re: Surefire 3.0.0-M7 has different modular behavior when compiler's --source flag is set to certain values

2022-09-02 Thread Laird Nelson
Sure; I'm using --add-exports jdk.compiler/com.sun.tools.javac.code=com.foo.mymodule and my module reads jdk.compiler. All of that is incompatible with --release. Best, Laird On Thu, Sep 1, 2022 at 11:47 PM Benjamin Marwell wrote: > Can you give us a hint why you are using source and target in