-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletype: documentationA documentation taskA documentation task
Milestone
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
// TODO Uncomment link to JUnit 5 docs once we have sorted out | |
// the following warning in 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. | |
// | |
// "https://junit.org/junit5/docs/5.8.1/api/", |
... 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.
Related JDK issues
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletype: documentationA documentation taskA documentation task