-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"latest" Javadoc folder should not contain beta documentation #1585
Comments
Similarly, https://junit.org/junit4/ states that the latest version is So perhaps that could be addressed along with the Javadoc. |
After digging around, I discovered that the |
FYI: the following commit is what inspired me to raise this issue: spring-projects/spring-framework@17a4193 |
I don't know when this was fixed, but currently https://junit.org/junit4/javadoc/latest/ shows the docs for 4.13.2. |
Status Quo
The https://junit.org/junit4/javadoc/latest/ folder currently contains documentation for
JUnit 4.13-beta-1
.The net result is that projects that link to https://junit.org/junit4/javadoc/latest/ in order to generate links to external documentation will currently link to beta software APIs instead of the latest release.
Expectation
JUnit 4.12
.The text was updated successfully, but these errors were encountered: