Olivier Lamy
Olivier Lamy
yup need a reproducer as it works fine for such large project https://github.com/jetty/jetty.project/pull/14027
please provide logs those screenshots are not usable.
correct this change is on purpose to fix issue with parallel test with junit5. the choice has been made to use the source class name only. Ideally, adding another field...
can you provide exactly how you have this issue? because there is a test here https://github.com/apache/maven-javadoc-plugin/blob/9333db140f286cc57016f5ba22b7106af7ff64d5/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java#L1993 and the option is activated only from java23. And we have our CI builds...
> Possible solution direction: This plugin uses the java version dictated by the toolchain instead of the java version that was used to run maven? correct see https://github.com/apache/maven-javadoc-plugin/issues/377 Well TBH...
Sure I agree
maybe using some code from https://github.com/apache/maven-jar-plugin/pull/500 ?