Closed
Description
As a follow up to #27480 (see commit 030ba52), we need to determine why we cannot configure external Javadoc links to JUnit 5.
Note that code in the spring-test
module (e.g., the SpringExtension
for JUnit Jupiter) links to JUnit 5 APIs.
If we uncomment the following...
Lines 347 to 352 in 167e538
... we get the following Javadoc warning which fails the build.
warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.8.1/api/ are in named modules.