-
Notifications
You must be signed in to change notification settings - Fork 80
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
Remove non-LTS JDK 15 as part of javadocs process #1513
Comments
devinrsmith
added a commit
to devinrsmith/deephaven-core
that referenced
this issue
Nov 1, 2021
By choosing a less specific version, we can take advantage of the pre-installed JVMs as part of the Github runner's image, https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#java. In that vein as well, "AdoptOpenJDK" is now "Adoptium" / "Temurin", and so to take advantage of cache we need to choose that. JDK 17 should be pre-installed as part of actions/runner-images#4085 See https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ Follow up, deephaven#1513
devinrsmith
added a commit
that referenced
this issue
Nov 1, 2021
By choosing a less specific version, we can take advantage of the pre-installed JVMs as part of the Github runner's image, https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#java. In that vein as well, "AdoptOpenJDK" is now "Adoptium" / "Temurin", and so to take advantage of cache we need to choose that. JDK 17 should be pre-installed as part of actions/runner-images#4085 See https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ Follow up, #1513
Pending #1529 |
niloc132
added a commit
to niloc132/deephaven-core
that referenced
this issue
May 31, 2023
niloc132
added a commit
that referenced
this issue
Jun 2, 2023
Addresses several classes of issues, some in more than one way: * Ensure all javadoc runs use UTF-8 encoding, and remove non-ASCII chars which are intended to be interpreted as code * HTML-encode characters that must be encoded in javadoc, and correct wrongly-encoded chars. * Don't reference JVM internals that can't be linked, instead refer to them as @code. * Fixed mismatched html tags, broken attrs. * Corrected/removed classes/members that don't exist or can't be referenced in that way. Fixes #1513
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: