In the current Javadoc JUnit always links to the /latest version of the user guide. This is annoying for two reasons:
- When using an older version of JUnit, the user guide might describe features that are not yet available.
- While documenting a feature and building the documentation locally, clicking links to the user in the Javadoc redirects to live version of that user guide that is missing unreleased features. This makes it harder to check if the cross references are correct.
Deliverables
In the current Javadoc JUnit always links to the
/latestversion of the user guide. This is annoying for two reasons:Deliverables
https://docs.junit.org/currentin Javadoc with a link to the locally build documentation when building locally.https://docs.junit.org/currentin Javadoc with a specific link to the released version when publishing releases