Le 13/11/2025 à 14:06, Guillaume Nodet a écrit :
I'll publish rc-5 and document the issues found:
* may require to unquarantine the jline libraries on MacOs
* breaks maven-compiler-plugin 4.x
* BOM packaging is not usable
Thanks. I propose an amendment for the second point:
* Breaks the build of maven-compiler-plugin 4.x (it is not sure that
it breaks the use of the plugin).
Or should it be reworded as below? (if I understood correctly, above
issue is actually not specific to the maven-compiler-plugin):
* May break the build of plugins if they use @MojoParameter in their
JUnit tests.
And maybe the following additional point?
* May break parallel builds when Maven is launched with the -T option.
The above is the issue addressed in
https://github.com/apache/maven/pull/11428 (despite the `moduleCaches`
name, it actually applies to every builds).
Martin