-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Javadoc JDK 13 Compatibility (HTML5) #1284
Comments
I'm going to consider this an enhancement since we officially support JDK 11 LTS. I'll look into it though. |
I just figured it best to open the issue and document it. Would there be any issues with changing html to html5? ie changing name attributes to id and such. I'm currently going through and fixing minor mistake with angle brackets and wrong links. |
Yes we definitely appreciate the issue being reported. |
I'll look into another solution after class this afternoon. I have most of the html errors and outdated links out of the way already. |
According to the openjdk bug report this was fixed in JDK 12. Since JDK 11 LTS is what is officially supported and the bug only exists in Java11 I've simply added a check in distribution.gradle to apply the option only if it is Java11. I'll submit a pr along with a bunch of fixes for javadoc errors. Also getting
|
It appears the -notimestamp is occuring in the createJsondocs task. Adding setNoTimestamp(false) to the task fixes the error there and I've confirmed it is available in gradle 5.0. |
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> feat/javadoc manifest test fixes#jdk17 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com> fixes : microprofile/microprofile-fault-tolerance#512 , NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
feat/javadoc manifest test fixes#jdk17 others fixes : microprofile/microprofile-fault-tolerance#512 NationalSecurityAgency/ghidra#1284
fixes maven plugin related to jdk17 : microprofile/microprofile-fault-tolerance#512 NationalSecurityAgency/ghidra#1284
fixes maven plugin related to jdk17 : microprofile/microprofile-fault-tolerance#512 NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
fixes maven plugin related to jdk17 : microprofile/microprofile-fault-tolerance#512 NationalSecurityAgency/ghidra#1284 Signed-off-by: Samir Romdhani <samir.romdhani@rte-france.com>
This is merely for documentation purposes.
The option --no-module-directories has been removed from javadoc. info
There are also numerous errors due to bad usage of > and <.
I will edit this with more information later today.
The text was updated successfully, but these errors were encountered: