Rémy,

Which Java vendor and version was this with? I've just tested with Temurin 19.0.1+10 and the latest OpenJDK 20 EA release and both generate the Javadoc for 11.0.x without errors (lots of warnings as expected).

Mark


On 02/11/2022 20:08, Mark Thomas wrote:
On 02/11/2022 15:52, Rémy Maucherat wrote:
Hi,

It seems javadoc has become a lot stricter moving forward (starting
with Java 18 it seems), where basically everything now needs a
javadoc. So will we be keeping a zero warning policy, or are we going
to decide to relax it ?
If not, this will keep up busy for some time ;)

I noticed the problem while looking at the github actions failures
with Java 18+ and seeing the javadoc output after fixing.

It depends what the minimum Java version for Jakarta EE 11 is ;)

More seriously, I have been slowly working through these over time with the plan / hope to have fixed them by the time we absolutely have to. It does seem to be a bit of a moving target depending on JVM vendor and Java version.

We should parameterise failonerror and failonwarning so users can compile more easily on later versions. And we can change default if we reach a point we need to.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to