François Armand
François Armand
Edit: ported it to Rudder 8.3
PR updated with a new commit
OK, squash merging this PR
Impact on security benchmark is here: https://github.com/Normation/rudder-plugins-private/pull/1088
And... No. But maven plugin is extremely linear and non concurrent contrary to intellij that tries to parallelize as much as possible (for our joy), so if it's a threadsafety...
@eed3si9n Oh ! I didn't test with azul, and actually I have the same error ! So I retested with Temurin... And now I get the error too. In the...
@eed3si9n so, fresh linux user, fresh clone, fresh install of intellij, fresh everything. I can reproduce the problem with Azul zulu JDK with the updated steps in top post, ie...
@Friendseeker : the keyboard shortcut should be just an alias for "build project", so perhaps the problem somehow depends on some local properties. For reference, even if it likely won't...
It really feels like a threadsafety issue : the fact that maven (which is seldom parallelized) works, the very similar bug /stack trace linked in the top post that says...
Computers are complicated. So, I tried what @vasilmkd suggested (unchecked the `compile independant modules in parallel, up to 6 threads`), and it did have an effect :tada: But the effect...