github-api
github-api copied to clipboard
404 error in javadoc when try to search
Describe the bug 404 error in Java doc when try to search.
To Reproduce Steps to reproduce the behavior:
- Go to javadoc
- Search
GHRepository - See error
Expected behavior
- It looks javadoc needs to be regenerated
Desktop (please complete the following information):
- OS: Windows 10
- Browser: chrome
- Version: latest
Additional context
- Good project, thank you!.
When manually navigating to the file, the path is correct and you can view the file. https://github-api.kohsuke.org/apidocs/org/kohsuke/github/GHRepository.html
When searching for the file, undefined is added to the path, for classes that don't belong in modules,
https://github-api.kohsuke.org/apidocs/undefined/org/kohsuke/github/GHRepository.html, thus making the request return 404.
There are a few workarounds discussed in SO but probably the cleanest solution is generating the javadoc with a version higher than 11 where this bug is fixed.
@0xacx @worldbiomusic It looks like #1434 fails due to more stringent doclint behavior in Java 17. Would either of you be willing to do the work to address the new warnings?
The javadoc url is unavailable!